Skip to content

Commit 8ecea74

Browse files
committed
Updated build scripts for v1.94
1 parent ea88510 commit 8ecea74

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

build_releases.bat

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ set MAKENSIS="%PROGRAMFILES(X86)%\nsis\makensis.exe"
88
for /f "delims=" %%a in ('cat nsisinstaller.nsi ^| grep "!define VERSION" ^| gawk "{ print $3 }" ') do @set VER=%%a
99

1010
cd CNCMaps/bin/Release
11-
for /D %%f in (CNCMaps.exe NLog.config NLog.dll OpenlGL32.dll OpenTK.dll OpenTK.dll.config osmesa.dll) DO (
12-
zip -r -j ../../../Release_v%VER%.zip "%%f"
11+
for /D %%f in (CNCMaps.exe NLog.config NLog.dll OpenGL32.dll OpenTK.dll OpenTK.dll.config osmesa.dll) DO (
12+
zip -r -j ../../../Release_v%VER%_win.zip "%%f"
13+
)
14+
15+
for /D %%f in (CNCMaps.exe NLog.config NLog.dll OpenTK.dll OpenTK.dll.config) DO (
16+
zip -r -j ../../../Release_v%VER%_nix.zip "%%f"
1317
)

0 commit comments

Comments
 (0)