Skip to content

Commit

Permalink
[temp] Windows CI: Build game.shader.presets
Browse files Browse the repository at this point in the history
  • Loading branch information
garbear committed Mar 9, 2020
1 parent 7368539 commit d58a368
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions project/Win32BuildSetup/genNsisInstaller.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ Section "${APP_NAME}" SecAPP
SetOutPath "$INSTDIR\addons"
File /r "${app_root}\application\addons\*.*"
File /nonfatal /r "${app_root}\addons\peripheral.*"
File /nonfatal /r "${app_root}\addons\game.*"
SetOutPath "$INSTDIR\media"
File /r "${app_root}\application\media\*.*"
SetOutPath "$INSTDIR\system"
Expand Down
1 change: 1 addition & 0 deletions tools/buildsteps/windows/win32/make-addons.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ IF ERRORLEVEL 1 (
EXIT /B 1
)
CALL make-addons.bat %*
CALL make-addons.bat game.shader.presets
POPD
1 change: 1 addition & 0 deletions tools/buildsteps/windows/x64/make-addons.bat
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,5 @@ IF ERRORLEVEL 1 (
EXIT /B 1
)
CALL make-addons.bat %*
CALL make-addons.bat game.shader.presets
POPD

0 comments on commit d58a368

Please sign in to comment.