Skip to content

Commit 035ae96

Browse files
committed
Release v1.19.0-beta.2
1 parent bbc3a05 commit 035ae96

File tree

3 files changed

+25
-1
lines changed

3 files changed

+25
-1
lines changed

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
# In Windows, build-name is used as the major, minor, and patch parts
1818
# of the product and file versions while build-number is used as the build suffix.
1919

20-
version: 1.19.0-beta.1+73
20+
version: 1.19.0-beta.2+74
2121

2222
environment:
2323
sdk: '>=3.4.0 <4.0.0'
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
[Setup]
2+
AppName=Ciyue
3+
AppPublisher=Mumulhl
4+
DefaultDirName={autopf}\Ciyue
5+
DefaultGroupName=Ciyue
6+
OutputDir=.
7+
OutputBaseFilename=ciyue-installer
8+
Compression=lzma
9+
SolidCompression=yes
10+
LicenseFile=LICENSE
11+
12+
[Files]
13+
Source: "build\windows\x64\runner\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
14+
15+
[Icons]
16+
Name: "{group}\Ciyue"; Filename: "{app}\Ciyue.exe"
17+
Name: "{commondesktop}\Ciyue"; Filename: "{app}\Ciyue.exe"; Tasks: desktopicon
18+
19+
[Tasks]
20+
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"
21+
22+
[Run]
23+
Filename: "{app}\Ciyue.exe"; Description: "{cm:LaunchProgram,Ciyue}"; Flags: nowait postinstall skipifsilent

windows/packaging/exe/make_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ publisher: Mumulhl
55
publisher_url: https://github.com/mumu-lhl/Ciyue
66
display_name: Ciyue
77
create_desktop_icon: true
8+
script_template: inno_setup.iss
89
# See: https://jrsoftware.org/ishelp/index.php?topic=setup_defaultdirname
910
# install_dir_name: "D:\\HELLO-WORLD"
1011
# This path is relative to the root directory of your project; The format of icon file must be ico, can not be png or others

0 commit comments

Comments
 (0)