Skip to content

Commit

Permalink
Bump version to 1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
edipo2s committed Jun 20, 2019
1 parent 822d665 commit dc0004f
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 7 deletions.
2 changes: 1 addition & 1 deletion LotusTracker.pro
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ greaterThan(QT_MAJOR_VERSION, 4): QT += widgets

TARGET = LotusTracker
TEMPLATE = app
VERSION = 1.3.0
VERSION = 1.3.1

CONFIG += c++11

Expand Down
16 changes: 10 additions & 6 deletions dist/win/LotusTracker.nsi
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
;General

;Name and file
Name "Lotus Tracker 1.3.0"
OutFile "Lotus Tracker 1.3.0.exe"
Name "Lotus Tracker 1.3.1"
OutFile "Lotus Tracker 1.3.1.exe"

;Default installation folder
InstallDir "$PROGRAMFILES\Lotus Tracker"
Expand Down Expand Up @@ -70,15 +70,17 @@ Section "Lotus Tracker" SecLotusTracker

SetOutPath "$INSTDIR"

File files\libeay32.dll
File files\libcrypto-1_1.dll
File files\libssl-1_1.dll
File files\libcrypto.dll
File files\libssl.dll
File files\libgcc_s_dw2-1.dll
File files\libstdc++-6.dll
File files\libwinpthread-1.dll
File files\Qt5Core.dll
File files\Qt5Gui.dll
File files\Qt5Network.dll
File files\Qt5Widgets.dll
File files\ssleay32.dll
File files\WinSparkle.dll
File files\LotusTracker.exe

Expand Down Expand Up @@ -138,15 +140,17 @@ Section "Uninstall"
Delete "$INSTDIR\Uninstall.exe"

Delete $INSTDIR\LotusTracker.exe
Delete $INSTDIR\libeay32.dll
Delete $INSTDIR\libcrypto-1_1.dll
Delete $INSTDIR\libssl-1_1.dll
Delete $INSTDIR\libcrypto.dll
Delete $INSTDIR\libssl.dll
Delete $INSTDIR\libgcc_s_dw2-1.dll
Delete $INSTDIR\libstdc++-6.dll
Delete $INSTDIR\libwinpthread-1.dll
Delete $INSTDIR\Qt5Core.dll
Delete $INSTDIR\Qt5Gui.dll
Delete $INSTDIR\Qt5Network.dll
Delete $INSTDIR\Qt5Widgets.dll
Delete $INSTDIR\ssleay32.dll
Delete $INSTDIR\WinSparkle.dll
Delete $INSTDIR\imageformats\qicns.dll
Delete $INSTDIR\imageformats\qico.dll
Expand Down

0 comments on commit dc0004f

Please sign in to comment.