Skip to content

Commit

Permalink
The installer now installs Text.sa properly
Browse files Browse the repository at this point in the history
  • Loading branch information
Coolcord committed Jun 9, 2020
1 parent 4e50e9e commit 3b54b65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Level-Headed/Build_Scripts/Windows/Installer/Level-Headed.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ SetOutPath "$INSTDIR\Data\SMB1"
File "C:\Installer\Files\Data\SMB1\Graphics.sa"
File "C:\Installer\Files\Data\SMB1\Music.sa"
File "C:\Installer\Files\Data\SMB1\ROMs.sa"
File "C:\Installer\Files\Data\SMB1\Text.sa"
SetOutPath "$INSTDIR\Levels\SMB1"
File "C:\Installer\Files\Levels\SMB1\(Tech Demo) It Plays Itself.lvls"
File "C:\Installer\Files\Levels\SMB1\(Tech Demo) Powerup Test.lvls"
Expand Down Expand Up @@ -173,6 +174,7 @@ Delete "$INSTDIR\Qt5Widgets.dll"
Delete "$INSTDIR\Data\SMB1\Graphics.sa"
Delete "$INSTDIR\Data\SMB1\Music.sa"
Delete "$INSTDIR\Data\SMB1\ROMs.sa"
Delete "$INSTDIR\Data\SMB1\Text.sa"
Delete "$INSTDIR\Levels\SMB1\(Tech Demo) It Plays Itself.lvls"
Delete "$INSTDIR\Levels\SMB1\(Tech Demo) Powerup Test.lvls"
Delete "$INSTDIR\Levels\SMB1\(Tech Demo) Vertical Limit Test.lvls"
Expand Down

0 comments on commit 3b54b65

Please # to comment.