File tree Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Expand file tree Collapse file tree 1 file changed +1
-7
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments