mirror of
https://github.com/GoldenCheetah/GoldenCheetah.git
synced 2026-02-13 16:18:42 +00:00
Add missing dll to GC3.7-Master-W64-QT6.nsi
[skip ci]
This commit is contained in:
@@ -99,6 +99,8 @@ Section "Golden Cheetah (required)" Sec1
|
||||
SetOverwrite try
|
||||
SetOutPath "$INSTDIR"
|
||||
File "D3Dcompiler_47.dll"
|
||||
File "dxcompiler.dll"
|
||||
File "dxil.dll"
|
||||
File "gc.ico"
|
||||
File "GoldenCheetah.exe"
|
||||
File "GoldenCheetah.pdb"
|
||||
@@ -172,10 +174,13 @@ Section "Golden Cheetah (required)" Sec1
|
||||
File "Qt6Bluetooth.dll"
|
||||
File "Qt6Charts.dll"
|
||||
File "Qt6Core.dll"
|
||||
File "Qt6Core5Compat.dll"
|
||||
File "Qt6Gui.dll"
|
||||
File "Qt6Multimedia.dll"
|
||||
File "Qt6MultimediaWidgets.dll"
|
||||
File "Qt6Network.dll"
|
||||
File "Qt6OpenGL.dll"
|
||||
File "Qt6OpenGLWidgets.dll"
|
||||
File "Qt6Positioning.dll"
|
||||
File "Qt6PrintSupport.dll"
|
||||
File "Qt6Qml.dll"
|
||||
@@ -349,6 +354,8 @@ Section Uninstall
|
||||
; GoldenCheetah Filelist && RMDIR List
|
||||
Delete "$INSTDIR\uninst.exe"
|
||||
Delete "$INSTDIR\D3Dcompiler_47.dll"
|
||||
Delete "$INSTDIR\dxcompiler.dll"
|
||||
Delete "$INSTDIR\dxil.dll"
|
||||
Delete "$INSTDIR\gc.ico"
|
||||
Delete "$INSTDIR\GoldenCheetah.exe"
|
||||
Delete "$INSTDIR\GoldenCheetah.pdb"
|
||||
@@ -408,10 +415,13 @@ Section Uninstall
|
||||
Delete "$INSTDIR\Qt6Bluetooth.dll"
|
||||
Delete "$INSTDIR\Qt6Charts.dll"
|
||||
Delete "$INSTDIR\Qt6Core.dll"
|
||||
Delete "$INSTDIR\Qt6Core5Compat.dll"
|
||||
Delete "$INSTDIR\Qt6Gui.dll"
|
||||
Delete "$INSTDIR\Qt6Multimedia.dll"
|
||||
Delete "$INSTDIR\Qt6MultimediaWidgets.dll"
|
||||
Delete "$INSTDIR\Qt6Network.dll"
|
||||
Delete "$INSTDIR\Qt6OpenGL.dll"
|
||||
Delete "$INSTDIR\Qt6OpenGLWidgets.dll"
|
||||
Delete "$INSTDIR\Qt6Positioning.dll"
|
||||
Delete "$INSTDIR\Qt6PrintSupport.dll"
|
||||
Delete "$INSTDIR\Qt6Qml.dll"
|
||||
|
||||
Reference in New Issue
Block a user