Flutter / Check (push) Canceled after 0s
Android Build / Build Android (${{ inputs.workflow_profile }}-${{ inputs.build_mode }}) (push) Canceled after 0s
Flutter / build-android (push) Canceled after 0s
Windows Build / Build Windows (${{ inputs.workflow_profile }}) (push) Canceled after 0s
Flutter / build-windows (push) Canceled after 0s
Linux Build / Build Linux (${{ inputs.workflow_profile }}) (push) Canceled after 0s
Flutter / build-linux (push) Canceled after 0s
Release / build-android (push) Canceled after 0s
Release / build-android-full (push) Canceled after 0s
Windows Build / Build Windows (${{ inputs.workflow_profile }}) (push) Canceled after 0s
Release / build-windows (push) Canceled after 0s
Linux Build / Build Linux (${{ inputs.workflow_profile }}) (push) Canceled after 0s
Release / build-linux (push) Canceled after 0s
Release / Release (push) Canceled after 0s
Android Build / Build Android (${{ inputs.workflow_profile }}-${{ inputs.build_mode }}) (push) Canceled after 0s
25 lines
707 B
Plaintext
25 lines
707 B
Plaintext
[Setup]
|
|
AppName=Ciyue
|
|
AppVersion=1.22.1
|
|
AppPublisher=Mumulhl
|
|
DefaultDirName={autopf}\Ciyue
|
|
DefaultGroupName=Ciyue
|
|
OutputDir=.
|
|
OutputBaseFilename=ciyue-installer
|
|
Compression=lzma
|
|
SolidCompression=yes
|
|
LicenseFile=LICENSE
|
|
|
|
[Files]
|
|
Source: "build\windows\x64\runner\Release\*"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs
|
|
|
|
[Icons]
|
|
Name: "{group}\Ciyue"; Filename: "{app}\Ciyue.exe"
|
|
Name: "{commondesktop}\Ciyue"; Filename: "{app}\Ciyue.exe"; Tasks: desktopicon
|
|
|
|
[Tasks]
|
|
Name: "desktopicon"; Description: "Create a &desktop icon"; GroupDescription: "Additional icons:"
|
|
|
|
[Run]
|
|
Filename: "{app}\Ciyue.exe"; Description: "{cm:LaunchProgram,Ciyue}"; Flags: nowait postinstall skipifsilent
|