File tree 4 files changed +7
-7
lines changed
4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ set(CMAKE_CXX_STANDARD 14)
8
8
set (CMAKE_CXX_STANDARD_REQUIRED ON )
9
9
set (CMAKE_CXX_EXTENSIONS OFF )
10
10
11
- set (APP_VERSION "0.6.1 " )
11
+ set (APP_VERSION "0.6.2 " )
12
12
set (TARGET_PRODUCT "WiseTagger" )
13
13
set (TARGET_COMPANY "catgirl" )
14
14
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ PROJECT_NAME = "WiseTagger"
38
38
# could be handy for archiving the generated documentation or if some version
39
39
# control system is used.
40
40
41
- PROJECT_NUMBER = 0.6.1
41
+ PROJECT_NUMBER = 0.6.2
42
42
43
43
# Using the PROJECT_BRIEF tag one can provide an optional one line description
44
44
# for a project that appears at the top of each page and should give viewer a
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ QMAKE_TARGET_PRODUCT = WiseTagger
24
24
QMAKE_TARGET_DESCRIPTION = WiseTagger: Simple picture tagging tool
25
25
QMAKE_TARGET_COPYRIGHT = cat @wolfgirl.org
26
26
27
- VERSION = " 0.6.1 "
27
+ VERSION = " 0.6.2 "
28
28
Release:DEFINES += QT_NO_DEBUG_OUTPUT QT_NO_INFO_OUTPUT
29
29
30
30
DEFINES += \
Original file line number Diff line number Diff line change 2
2
[Setup]
3
3
AppName = WiseTagger
4
4
AppCopyright = Copyright (C) 2021 catgirl
5
- AppVersion = 0.6 .1
6
- VersionInfoVersion = 0.6 .1
5
+ AppVersion = 0.6 .2
6
+ VersionInfoVersion = 0.6 .2
7
7
8
8
AppPublisher = catgirl
9
9
AppPublisherURL = https://github.com/0xb8 /WiseTagger
@@ -21,6 +21,7 @@ OutputDir=..\
21
21
LicenseFile = LICENSE.txt
22
22
SetupIconFile = ..\icon.ico
23
23
WizardStyle = modern
24
+ AllowNoIcons = yes
24
25
25
26
ArchitecturesAllowed = x64
26
27
ArchitecturesInstallIn64BitMode = x64
@@ -35,7 +36,6 @@ Source: *; Excludes: "*.iss"; DestDir: "{app}" ; Flags: recursesubdirs replacesa
35
36
36
37
[Icons]
37
38
Name : " {group} \WiseTagger" ; Filename : " {app} \WiseTagger.exe"
38
- Name : " {group} \Uninstall WiseTagger" ; Filename : " {uninstallexe} "
39
39
40
40
[InstallDelete]
41
41
Type : files ; Name : " {app} \libicudt62.dll"
@@ -58,7 +58,7 @@ Type: files; Name: "{app}\platforms\qminimal.dll"
58
58
Type : files ; Name : " {app} \platforms\qoffscreen.dll"
59
59
Type : files ; Name : " {app} \platforms\qwebgl.dll"
60
60
61
- [Registry]
61
+ [Registry]
62
62
Root : HKCU; Subkey : " Software\Classes\.wt-session" ; ValueType : string ; ValueName : " " ; ValueData : " WiseTaggerSessionFile" ; Flags : uninsdeletevalue
63
63
Root : HKCU; Subkey : " Software\Classes\WiseTaggerSessionFile" ; ValueType : string ; ValueName : " " ; ValueData : " WiseTagger Session File" ; Flags : uninsdeletekey
64
64
Root : HKCU; Subkey : " Software\Classes\WiseTaggerSessionFile\DefaultIcon" ; ValueType : string ; ValueName : " " ; ValueData : " {app} \WiseTagger.exe,0"
You can’t perform that action at this time.
0 commit comments