BoECB: Include when building and packaging

This commit is contained in:
2025-03-09 14:17:43 -04:00
committed by Celtic Minstrel
parent 1fc93bcd1c
commit f1bdb69e5b
5 changed files with 8 additions and 1 deletions

View File

@@ -107,6 +107,7 @@ Section "Scenario Editor" Section3
File "${RELEASE_DIR}\BoE Scenario Editor.exe"
SetOutPath "$INSTDIR\Blades of Exile Base\"
File "${RELEASE_DIR}\Blades of Exile Base\bladbase.boes"
File "${RELEASE_DIR}\Blades of Exile Base\cavebase.boes"
SetShellVarContext all
CreateShortCut "$SMPROGRAMS\Blades of Exile\Scenario Editor.lnk" "$INSTDIR\BoE Scenario Editor.exe"
@@ -259,6 +260,7 @@ Section Uninstall
; Clean up Scenario Editor
Delete "$INSTDIR\Scen Editor.exe"
Delete "$INSTDIR\Blades of Exile Base\bladbase.boes"
Delete "$INSTDIR\Blades of Exile Base\cavebase.boes"
; Remove remaining directories
RMDir "$INSTDIR\Blades of Exile Scenarios\"