1
0

buildAllDebug.bat 332 B

123456789101112
  1. REM SPDX-FileCopyrightText: 2024 gluesniffler <159397573+gluesniffler@users.noreply.github.com>
  2. REM SPDX-FileCopyrightText: 2025 Aiden <28298836+Aidenkrz@users.noreply.github.com>
  3. REM
  4. REM SPDX-License-Identifier: AGPL-3.0-or-later
  5. @echo off
  6. cd ../../
  7. call git submodule update --init --recursive
  8. call dotnet build -c Debug
  9. pause