We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4879a2 commit b17caf8Copy full SHA for b17caf8
1 file changed
scripts/post_build.bat
@@ -31,7 +31,7 @@ IF %ERRORLEVEL% NEQ 0 (
31
ECHO 7z not found being installed.
32
GOTO FINISH
33
)
34
-7z a "%TARGETDIR%\zip\FreeLauncher.zip" "%TARGETDIR%\FreeLauncher.exe" "%TARGETDIR%\freelauncher-langs\" -r
+7z a "%TARGETDIR%\FreeLauncher.zip" "%TARGETDIR%\FreeLauncher.exe" "%TARGETDIR%\freelauncher-langs\" -r
35
IF NOT DEFINED DLLS (
36
37
0 commit comments