Skip to content

Commit 831e54d

Browse files
authored
Merge pull request #22 from Atlas-OS/na-beta-releases
Beta v0.1.6
2 parents 255f79c + 1e5aa36 commit 831e54d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

AtlasToolbox/app.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
<configuration>
33
<appSettings>
44
<add key="AtlasVersion" value="0.4.1"/>
5-
<add key="ToolboxVersion" value="v0.1.2 Beta"/>
5+
<add key="ToolboxVersion" value="v0.1.6 Beta"/>
66
</appSettings>
77
</configuration>

Installer/setup.iss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES!
33

44
#define MyAppName "Atlas Toolbox"
5-
#define MyAppVersion "0.1.5"
5+
#define MyAppVersion "0.1.6"
66
#define MyAppPublisher "AtlasOS"
77
#define MyAppURL "https://www.atlasos.net/"
88
#define MyAppExeName "AtlasToolbox.exe"
@@ -66,4 +66,4 @@ Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: de
6666

6767
[Run]
6868
Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent
69-
69+
Filename: {sys}\taskkill.exe; Parameters: "/f /im AtlasToolbox.exe"; Flags: skipifdoesntexist runhidden

0 commit comments

Comments
 (0)