We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b90a86c commit 4e3788dCopy full SHA for 4e3788d
1 file changed
scripts/setup_env.bat
@@ -8,4 +8,4 @@ IF NOT EXIST "%cd%\uEssentials.sln" (
8
9
:: Create shortcut build scripts
10
echo py scripts/commands.py BUILD %%* > %scripts_base_path%\build.bat
11
-echo py scripts/commands.py RELEASE > %scripts_base_path%\release.bat
+echo py scripts/commands.py BUILD RELEASE > %scripts_base_path%\release.bat
0 commit comments