File tree 4 files changed +8
-4
lines changed
4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -104,4 +104,6 @@ OTHER_FILES += \
104
104
../debian/control \
105
105
../debian/rules \
106
106
../debian/changelog \
107
- ../win-installer/installer.nsi
107
+ ../win-installer/installer.nsi \
108
+ ../win-installer/files.nsi \
109
+ ../win-installer/unfiles.nsi
Original file line number Diff line number Diff line change 1
1
; This list was obtained using Dependency Walker
2
2
; Do not forget to update unfiles.nsi when modified this.
3
+ File /a " C:\Windows\System32\MSVCRT.DLL"
3
4
File /a " ${mingwdir}\bin\LIBGCC_S_SEH-1.DLL"
4
5
File /a " ${mingwdir}\bin\LIBSTDC++-6.DLL"
5
6
File /a " ${mingwdir}\bin\LIBWINPTHREAD-1.DLL"
Original file line number Diff line number Diff line change 23
23
24
24
RequestExecutionLevel admin
25
25
26
- !define setup " subtivals-setup-1.9 .0.exe"
26
+ !define setup " subtivals-setup-1.10 .0.exe"
27
27
28
28
; change this to wherever the files to be packaged reside
29
29
!define srcdir " ..\subtivals-build-desktop\release"
30
30
31
31
!define prodname " Subtivals"
32
32
!define exec " subtivals.exe"
33
33
34
- !define qtdirdesktop " C:\Qt\5.14.1\mingw73_64 "
35
- !define mingwdir " C:\Qt\Tools\mingw730_64 "
34
+ !define qtdirdesktop " C:\Qt\5.15.2\mingw81_64 "
35
+ !define mingwdir " C:\Qt\Tools\mingw810_64 "
36
36
37
37
; optional stuff
38
38
Original file line number Diff line number Diff line change
1
+ Delete " $INSTDIR\MSVCRT.DLL"
1
2
Delete " $INSTDIR\LIBGCC_S_SEH-1.DLL"
2
3
Delete " $INSTDIR\LIBSTDC++-6.DLL"
3
4
Delete " $INSTDIR\LIBWINPTHREAD-1.DLL"
You can’t perform that action at this time.
0 commit comments