Skip to content

Commit a1adeb2

Browse files
committed
style: 📝 修改版本号、打包iss
1 parent 4c01f0d commit a1adeb2

2 files changed

Lines changed: 13 additions & 3 deletions

File tree

installers/desk_tidy_pure_release.iss

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@
66
; 3. Shared source deduplication for smaller installer size.
77

88
#define MyAppName "Desk Tidy"
9-
#define MyAppVersion "1.2.7"
10-
#define MyAppPublisher "Antigravity"
9+
#define MyAppVersion "1.2.8"
10+
#define MyAppPublisher "ksun22515@gmail.com"
11+
#define MyAppURL "mailto:ksun22515@gmail.com"
1112
#define MyAppExeName "desk_tidy.exe"
1213
#define MyAppId "{{D35K-T1DY-R3L3-A53-RE3R-F1XED}}"
1314

@@ -23,7 +24,16 @@
2324
AppId={#MyAppId}
2425
AppName={#MyAppName}
2526
AppVersion={#MyAppVersion}
27+
;AppVerName={#MyAppName} {#MyAppVersion}
2628
AppPublisher={#MyAppPublisher}
29+
AppPublisherURL={#MyAppURL}
30+
AppSupportURL={#MyAppURL}
31+
AppUpdatesURL={#MyAppURL}
32+
; fix: Ensure File Version in Windows Properties is set
33+
VersionInfoVersion={#MyAppVersion}
34+
VersionInfoCompany={#MyAppPublisher}
35+
VersionInfoDescription={#MyAppName} Setup
36+
VersionInfoCopyright=Copyright (C) 2024 {#MyAppPublisher}
2737
DefaultDirName={autopf}\{#MyAppName}
2838
DefaultGroupName={#MyAppName}
2939
OutputDir=build\installer

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 1.2.7+7
20+
version: 1.2.8+8
2121

2222
environment:
2323
sdk: ^3.8.1

0 commit comments

Comments
 (0)