Skip to content

Commit

Permalink
Fix installer
Browse files Browse the repository at this point in the history
  • Loading branch information
SupSuper committed Mar 9, 2019
1 parent 16ac2f2 commit 88af0fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions install/windows/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -234,8 +234,8 @@ Section "$(SETUP_GAME)" SecMain

SetOutPath "$INSTDIR"

File "..\..\bin\$%PLATFORM%\$%CONFIGURATION%\*.dll"
File "..\..\bin\$%PLATFORM%\$%CONFIGURATION%\*.exe"
File "..\..\OpenApoc-${GAME_VERSION}\*.dll"
File "..\..\OpenApoc-${GAME_VERSION}\*.exe"

File "..\..\build-id"
File "..\..\OpenApoc-${GAME_VERSION}\git-commit"
Expand Down

0 comments on commit 88af0fa

Please sign in to comment.