Windows: Update CopyFiles to compress the bladbase

This also updates the installer generator to include the new bladbase instead of the old.
This commit is contained in:
2017-01-20 22:17:43 -05:00
parent 5c16195303
commit 07e5907818
3 changed files with 9 additions and 2 deletions

View File

@@ -109,7 +109,7 @@ Section "Scenario Editor" Section3
SetOutPath "$INSTDIR\"
File "${RELEASE_DIR}\BoE Scenario Editor.exe"
SetOutPath "$INSTDIR\Blades of Exile Base\"
File "${RELEASE_DIR}\Blades of Exile Base\bladbase.exs"
File "${RELEASE_DIR}\Blades of Exile Base\bladbase.boes"
SetShellVarContext all
CreateShortCut "$SMPROGRAMS\Blades of Exile\Scenario Editor.lnk" "$INSTDIR\BoE Scenario Editor.exe"