Skip to content

Commit e8c2f7f

Browse files
committed
NSI script copy tutorial.boes
1 parent be60122 commit e8c2f7f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pkg/win/main.nsi

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,7 @@ Section "Blades of Exile" Section1
7676
File "${RELEASE_DIR}\Blades of Exile Scenarios\stealth.boes"
7777
File "${RELEASE_DIR}\Blades of Exile Scenarios\valleydy.boes"
7878
File "${RELEASE_DIR}\Blades of Exile Scenarios\zakhazi.boes"
79+
File "${RELEASE_DIR}\Blades of Exile Scenarios\tutorial.boes"
7980
!include data.nsi
8081
SetShellVarContext all
8182
CreateShortCut "$DESKTOP\Blades of Exile.lnk" "$INSTDIR\Blades of Exile.exe"
@@ -243,6 +244,7 @@ Section Uninstall
243244
Delete "$INSTDIR\Blades of Exile Scenarios\stealth.boes"
244245
Delete "$INSTDIR\Blades of Exile Scenarios\valleydy.boes"
245246
Delete "$INSTDIR\Blades of Exile Scenarios\zakhazi.boes"
247+
Delete "$INSTDIR\Blades of Exile Scenarios\tutorial.boes"
246248
Delete "$INSTDIR\VCRedistInstall.exe"
247249
Delete "$INSTDIR\libsndfile-1.dll"
248250
Delete "$INSTDIR\sfml-audio-2.dll"

0 commit comments

Comments
 (0)