Skip to content

Commit 8127a80

Browse files
Replace beta source with updated code
1 parent 78f9fad commit 8127a80

File tree

7 files changed

+740
-123
lines changed

7 files changed

+740
-123
lines changed

FreqEnforcer.iss

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
#define MyAppExeName "FreqEnforcer.exe"
33
#define MyAppPublisher "FreqEnforcer"
44
#define MyAppURL ""
5-
#define MyAppVersion "0.1.0-beta1"
5+
#define MyAppVersion "1.0.0"
66

77
; IMPORTANT:
88
; Keep AppId stable across releases so future installers upgrade/replace previous installs.
@@ -13,6 +13,7 @@
1313
AppId={#MyAppId}
1414
AppName={#MyAppName}
1515
AppVersion={#MyAppVersion}
16+
AppVerName={#MyAppName} {#MyAppVersion}
1617
AppPublisher={#MyAppPublisher}
1718
SetupIconFile=spartan_tuner\ICON.ico
1819
DefaultDirName={autopf}\{#MyAppName}
@@ -24,7 +25,7 @@ Compression=lzma
2425
SolidCompression=yes
2526
ArchitecturesAllowed=x64
2627
ArchitecturesInstallIn64BitMode=x64
27-
UninstallDisplayIcon={app}\{#MyAppExeName}
28+
UninstallDisplayIcon={app}\ICON.ico
2829

2930
[Languages]
3031
Name: "english"; MessagesFile: "compiler:Default.isl"
@@ -34,10 +35,11 @@ Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "A
3435

3536
[Files]
3637
Source: "dist\FreqEnforcer\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
38+
Source: "spartan_tuner\ICON.ico"; DestDir: "{app}"; Flags: ignoreversion
3739

3840
[Icons]
39-
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"
40-
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon
41+
Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; IconFilename: "{app}\ICON.ico"
42+
Name: "{autodesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon; IconFilename: "{app}\ICON.ico"
4143

4244
[Run]
4345
Filename: "{app}\{#MyAppExeName}"; Description: "Launch {#MyAppName}"; Flags: nowait postinstall skipifsilent

FreqEnforcer.spec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ _datas = [
1818
("spartan_tuner/ICON.ico", "."),
1919
("spartan_tuner/fonts", "fonts"),
2020
("spartan_tuner/themes", "themes"),
21+
("spartan_tuner/i18n", "i18n"),
2122
]
2223

2324
_hiddenimports = []

spartan_tuner/i18n/translations.txt

Lines changed: 139 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)