Skip to content

Commit ec82087

Browse files
committed
Update installer for 1.10
1 parent a9ef4e7 commit ec82087

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

src/subtivals.pro

+3-1
Original file line numberDiff line numberDiff line change
@@ -104,4 +104,6 @@ OTHER_FILES += \
104104
../debian/control \
105105
../debian/rules \
106106
../debian/changelog \
107-
../win-installer/installer.nsi
107+
../win-installer/installer.nsi \
108+
../win-installer/files.nsi \
109+
../win-installer/unfiles.nsi

win-installer/files.nsi

+1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
; This list was obtained using Dependency Walker
22
; Do not forget to update unfiles.nsi when modified this.
3+
File /a "C:\Windows\System32\MSVCRT.DLL"
34
File /a "${mingwdir}\bin\LIBGCC_S_SEH-1.DLL"
45
File /a "${mingwdir}\bin\LIBSTDC++-6.DLL"
56
File /a "${mingwdir}\bin\LIBWINPTHREAD-1.DLL"

win-installer/installer.nsi

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@
2323

2424
RequestExecutionLevel admin
2525

26-
!define setup "subtivals-setup-1.9.0.exe"
26+
!define setup "subtivals-setup-1.10.0.exe"
2727

2828
; change this to wherever the files to be packaged reside
2929
!define srcdir "..\subtivals-build-desktop\release"
3030

3131
!define prodname "Subtivals"
3232
!define exec "subtivals.exe"
3333

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"
3636

3737
; optional stuff
3838

win-installer/unfiles.nsi

+1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
Delete "$INSTDIR\MSVCRT.DLL"
12
Delete "$INSTDIR\LIBGCC_S_SEH-1.DLL"
23
Delete "$INSTDIR\LIBSTDC++-6.DLL"
34
Delete "$INSTDIR\LIBWINPTHREAD-1.DLL"

0 commit comments

Comments
 (0)