Skip to content

Commit fa0410f

Browse files
committed
windows installer: remove manually installed .dll's
1 parent 33b57dc commit fa0410f

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

tools/installer/setup.nsi

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -129,15 +129,9 @@ Section "Core App" CoreApp
129129
; install dynamic libraries
130130
SetOutPath "$INSTDIR"
131131

132-
; install all dyanmic libraries
132+
; install all dynamic libraries
133133
File /r "${DYNAMIC_LIBRARIES_DIR}\*.dll"
134134

135-
; TODO: this need to be installed automatically
136-
File "${PROJECT_BUILD_DIR}\subprojects\SDL2_ttf-2.20.1\sdl2_ttf.dll"
137-
File "${PROJECT_BUILD_DIR}\subprojects\SDL2_image-2.6.3\sdl2image.dll"
138-
File "${PROJECT_BUILD_DIR}\subprojects\SDL2_mixer-2.6.2\sdl2mixer.dll"
139-
File "${PROJECT_SOURCE_DIR}\subprojects\discord_game_sdk-3.2.1\lib\x86_64\discord_game_sdk.dll"
140-
141135
; install default settings (DO NOT Override)
142136
SetOutPath "$APPDATA\${AUTHOR}\${NAME}"
143137
SetOverwrite off

0 commit comments

Comments
 (0)