Kaydet (Commit) 1f915bd0 authored tarafından Enrico Tröger's avatar Enrico Tröger Kaydeden (comit) GitHub

Merge pull request #1108 from eht16/win32_installer_c_runtime

Windows installer: C and GTK runtime installation
......@@ -132,6 +132,10 @@ Section "!Program Files" SEC01
SetOutPath "$INSTDIR\bin"
File "${RESOURCEDIR}\bin\Geany.exe"
File "${RESOURCEDIR}\bin\*Geany*.dll"
# non-GTK dependencies
File "gtk\bin\libgcc_s_dw*.dll"
File "gtk\bin\libstdc++-*.dll"
File "gtk\bin\libwinpthread*.dll"
SetOutPath "$INSTDIR\data"
File "${RESOURCEDIR}\data\GPL-2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment