mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 08:08:42 +00:00
win32: added new dependency to installer
This commit is contained in:
@@ -62,6 +62,7 @@ Section "Golden Cheetah (required)"
|
||||
File "..\release\QtGui4.dll"
|
||||
File "..\release\QtSql4.dll"
|
||||
File "..\release\QtXml4.dll"
|
||||
File "..\release\QtNetwork4.dll"
|
||||
|
||||
; Write the installation path into the registry
|
||||
WriteRegStr HKLM SOFTWARE\GoldenCheetah "Install_Dir" "$INSTDIR"
|
||||
@@ -105,6 +106,7 @@ Section "Uninstall"
|
||||
Delete $INSTDIR\QtGui4.dll
|
||||
Delete $INSTDIR\QtSql4.dll
|
||||
Delete $INSTDIR\QtXml4.dll
|
||||
Delete $INSTDIR\QtNetwork4.dll
|
||||
Delete $INSTDIR\uninstall.exe
|
||||
|
||||
; Remove shortcuts, if any
|
||||
|
||||
Reference in New Issue
Block a user