Skip to content

Commit

Permalink
Update installer for 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
leplatrem committed Jul 24, 2022
1 parent a9ef4e7 commit ec82087
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion src/subtivals.pro
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,6 @@ OTHER_FILES += \
../debian/control \
../debian/rules \
../debian/changelog \
../win-installer/installer.nsi
../win-installer/installer.nsi \
../win-installer/files.nsi \
../win-installer/unfiles.nsi
1 change: 1 addition & 0 deletions win-installer/files.nsi
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
; This list was obtained using Dependency Walker
; Do not forget to update unfiles.nsi when modified this.
File /a "C:\Windows\System32\MSVCRT.DLL"
File /a "${mingwdir}\bin\LIBGCC_S_SEH-1.DLL"
File /a "${mingwdir}\bin\LIBSTDC++-6.DLL"
File /a "${mingwdir}\bin\LIBWINPTHREAD-1.DLL"
Expand Down
6 changes: 3 additions & 3 deletions win-installer/installer.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@

RequestExecutionLevel admin

!define setup "subtivals-setup-1.9.0.exe"
!define setup "subtivals-setup-1.10.0.exe"

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

!define prodname "Subtivals"
!define exec "subtivals.exe"

!define qtdirdesktop "C:\Qt\5.14.1\mingw73_64"
!define mingwdir "C:\Qt\Tools\mingw730_64"
!define qtdirdesktop "C:\Qt\5.15.2\mingw81_64"
!define mingwdir "C:\Qt\Tools\mingw810_64"

; optional stuff

Expand Down
1 change: 1 addition & 0 deletions win-installer/unfiles.nsi
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
Delete "$INSTDIR\MSVCRT.DLL"
Delete "$INSTDIR\LIBGCC_S_SEH-1.DLL"
Delete "$INSTDIR\LIBSTDC++-6.DLL"
Delete "$INSTDIR\LIBWINPTHREAD-1.DLL"
Expand Down

0 comments on commit ec82087

Please sign in to comment.