diff options
Diffstat (limited to 'Installer')
-rw-r--r-- | Installer/UltraStarDeluxe.nsi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Installer/UltraStarDeluxe.nsi b/Installer/UltraStarDeluxe.nsi index b15cb75e..dab8af1b 100644 --- a/Installer/UltraStarDeluxe.nsi +++ b/Installer/UltraStarDeluxe.nsi @@ -66,6 +66,8 @@ Section "MainSection" SEC01 File "..\sqlite3.dll"
File "..\smpeg.dll"
File "..\SDL_image.dll"
+ File "..\libfreetype-6.dll"
+ File "..\SDL_ttf.dll"
File "..\SDL.dll"
File "..\libtiff-3.dll"
File "..\libpng12-0.dll"
@@ -563,6 +565,8 @@ Section Uninstall Delete "$INSTDIR\libpng12-0.dll"
Delete "$INSTDIR\libtiff-3.dll"
Delete "$INSTDIR\SDL.dll"
+ Delete "$INSTDIR\libfreetype-6.dll"
+ Delete "$INSTDIR\SDL_ttf.dll"
Delete "$INSTDIR\SDL_image.dll"
Delete "$INSTDIR\smpeg.dll"
Delete "$INSTDIR\sqlite3.dll"
|