Skip to content

Commit 3d6fa9f

Browse files
committed
Release v1.19.0-beta.3
1 parent 3f625f7 commit 3d6fa9f

File tree

4 files changed

+4
-20
lines changed

4 files changed

+4
-20
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -143,9 +143,7 @@ jobs:
143143

144144
- name: Build exe
145145
run: |
146-
fastforge package --platform windows --targets exe
147-
mv dist/*/*.exe .
148-
mv *.exe ciyue-installer.exe
146+
& "C:\Program Files (x86)\Inno Setup 6\ISCC.exe" inno_setup.iss
149147
150148
- name: Build msix
151149
run: |
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
[Setup]
22
AppName=Ciyue
3+
AppVersion=1.19.0
34
AppPublisher=Mumulhl
45
DefaultDirName={autopf}\Ciyue
56
DefaultGroupName=Ciyue
@@ -20,4 +21,4 @@ Name: "{commondesktop}\Ciyue"; Filename: "{app}\Ciyue.exe"; Tasks: desktopicon
2021
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"
2122

2223
[Run]
23-
Filename: "{app}\Ciyue.exe"; Description: "{cm:LaunchProgram,Ciyue}"; Flags: nowait postinstall skipifsilent
24+
Filename: "{app}\Ciyue.exe"; Description: "{cm:LaunchProgram,Ciyue}"; Flags: nowait postinstall skipifsilent

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.2+74
20+
version: 1.19.0-beta.3+75
2121

2222
environment:
2323
sdk: '>=3.4.0 <4.0.0'

windows/packaging/exe/make_config.yaml

Lines changed: 0 additions & 15 deletions
This file was deleted.

0 commit comments

Comments
 (0)