Skip to content

Commit 530e5a8

Browse files
committed
v1.0.0
1 parent 1321a0c commit 530e5a8

File tree

2 files changed

+61
-61
lines changed

2 files changed

+61
-61
lines changed

imquick.iss

Lines changed: 60 additions & 60 deletions
Original file line numberDiff line numberDiff line change
@@ -1,60 +1,60 @@
1-
; Script generated by the Inno Setup Script Wizard.
2-
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3-
4-
#define MyAppName "ImQuick"
5-
#define MyAppVersion "0.5 Beta"
6-
#define MyAppPublisher "David Stirling"
7-
#define MyAppURL "https://github.com/DavidStirling/ImQuick"
8-
#define MyAppExeName "ImQuick.exe"
9-
10-
[Setup]
11-
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
12-
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
13-
AppId={{298804AE-3FE3-4D4D-A79E-9925FE61A7CD}
14-
AppName={#MyAppName}
15-
AppVersion={#MyAppVersion}
16-
;AppVerName={#MyAppName} {#MyAppVersion}
17-
AppPublisher={#MyAppPublisher}
18-
AppPublisherURL={#MyAppURL}
19-
AppSupportURL={#MyAppURL}
20-
AppUpdatesURL={#MyAppURL}
21-
DefaultDirName={pf64}\{#MyAppName}
22-
DisableProgramGroupPage=yes
23-
DisableDirPage=no
24-
OutputBaseFilename=ImQuick_setup
25-
SetupIconFile=resources\ImQuick.ico
26-
UninstallDisplayIcon={app}\resources\ImQuick.ico
27-
LicenseFile=LICENSE
28-
Compression=lzma
29-
SolidCompression=yes
30-
ChangesAssociations = yes
31-
WizardStyle=modern
32-
33-
[Languages]
34-
Name: "english"; MessagesFile: "compiler:Default.isl"
35-
36-
[Tasks]
37-
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
38-
39-
[Files]
40-
Source: "ImQuick.dist\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
41-
Source: "ImQuick.dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
42-
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
43-
44-
[Registry]
45-
Root: HKCR; Subkey: "{#MyAppName}"; ValueData: "Program {#MyAppName}"; Flags: uninsdeletekey; ValueType: string; ValueName: ""
46-
Root: HKCR; Subkey: "{#MyAppName}\DefaultIcon"; ValueData: "{app}\{#MyAppExeName},0"; ValueType: string; ValueName: ""
47-
Root: HKCR; Subkey: "{#MyAppName}\shell\open\command"; ValueData: """{app}\{#MyAppExeName}"" ""%1"""; ValueType: string; ValueName: ""
48-
49-
Root: HKCR; Subkey: "SystemFileAssociations\image\shell\ImQuick"; ValueType: none; ValueName: ""; ValueData: ""; Flags: uninsdeletekey
50-
Root: HKCR; Subkey: "SystemFileAssociations\image\shell\ImQuick"; ValueType: string; ValueName: "Icon"; ValueData: "{app}\resources\ImQuick.ico"; Flags: uninsdeletekey
51-
Root: HKCR; Subkey: "SystemFileAssociations\image\shell\ImQuick\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1"""; Flags: uninsdeletekey
52-
53-
54-
[Icons]
55-
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
56-
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
57-
58-
[Run]
59-
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
60-
1+
; Script generated by the Inno Setup Script Wizard.
2+
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
3+
4+
#define MyAppName "ImQuick"
5+
#define MyAppVersion "1.0.0"
6+
#define MyAppPublisher "David Stirling"
7+
#define MyAppURL "https://github.com/DavidStirling/ImQuick"
8+
#define MyAppExeName "ImQuick.exe"
9+
10+
[Setup]
11+
; NOTE: The value of AppId uniquely identifies this application. Do not use the same AppId value in installers for other applications.
12+
; (To generate a new GUID, click Tools | Generate GUID inside the IDE.)
13+
AppId={{298804AE-3FE3-4D4D-A79E-9925FE61A7CD}
14+
AppName={#MyAppName}
15+
AppVersion={#MyAppVersion}
16+
;AppVerName={#MyAppName} {#MyAppVersion}
17+
AppPublisher={#MyAppPublisher}
18+
AppPublisherURL={#MyAppURL}
19+
AppSupportURL={#MyAppURL}
20+
AppUpdatesURL={#MyAppURL}
21+
DefaultDirName={pf64}\{#MyAppName}
22+
DisableProgramGroupPage=yes
23+
DisableDirPage=no
24+
OutputBaseFilename=ImQuick_setup
25+
SetupIconFile=ImQuick.ico
26+
UninstallDisplayIcon={app}\resources\ImQuick.ico
27+
LicenseFile=LICENSE
28+
Compression=lzma
29+
SolidCompression=yes
30+
ChangesAssociations = yes
31+
WizardStyle=modern
32+
33+
[Languages]
34+
Name: "english"; MessagesFile: "compiler:Default.isl"
35+
36+
[Tasks]
37+
Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked
38+
39+
[Files]
40+
Source: "ImQuick.dist\{#MyAppExeName}"; DestDir: "{app}"; Flags: ignoreversion
41+
Source: "ImQuick.dist\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
42+
; NOTE: Don't use "Flags: ignoreversion" on any shared system files
43+
44+
[Registry]
45+
Root: HKCR; Subkey: "{#MyAppName}"; ValueData: "Program {#MyAppName}"; Flags: uninsdeletekey; ValueType: string; ValueName: ""
46+
Root: HKCR; Subkey: "{#MyAppName}\DefaultIcon"; ValueData: "{app}\{#MyAppExeName},0"; ValueType: string; ValueName: ""
47+
Root: HKCR; Subkey: "{#MyAppName}\shell\open\command"; ValueData: """{app}\{#MyAppExeName}"" ""%1"""; ValueType: string; ValueName: ""
48+
49+
Root: HKCR; Subkey: "SystemFileAssociations\image\shell\ImQuick"; ValueType: none; ValueName: ""; ValueData: ""; Flags: uninsdeletekey
50+
Root: HKCR; Subkey: "SystemFileAssociations\image\shell\ImQuick"; ValueType: string; ValueName: "Icon"; ValueData: "{app}\resources\ImQuick.ico"; Flags: uninsdeletekey
51+
Root: HKCR; Subkey: "SystemFileAssociations\image\shell\ImQuick\command"; ValueType: string; ValueName: ""; ValueData: """{app}\{#MyAppExeName}"" ""%1"""; Flags: uninsdeletekey
52+
53+
54+
[Icons]
55+
Name: "{autoprograms}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
56+
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
57+
58+
[Run]
59+
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
60+

imquick.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
import tkinter.filedialog as tkfiledialog
2020
import TkinterDnD2 as tkDnD
2121

22-
__version__ = "0.6 Beta"
22+
__version__ = "1.0.0"
2323

2424
SUPPORTED_EXTENSIONS = {".tif", ".tiff", ".gif", ".png", ".jpeg", ".jpg", ".bmp", ".npz", ".itk"}
2525
ICON_FILE = 'ImQuick.ico'

0 commit comments

Comments
 (0)