Compare commits
4 Commits
91ba4d4792
...
bfaff95fee
Author | SHA1 | Date |
---|---|---|
|
bfaff95fee | |
|
f20bfc0466 | |
|
69b371e807 | |
|
b0545ffa2a |
|
@ -28,6 +28,8 @@ OutputBaseFilename=installer
|
||||||
Compression=lzma
|
Compression=lzma
|
||||||
SolidCompression=yes
|
SolidCompression=yes
|
||||||
WizardStyle=modern
|
WizardStyle=modern
|
||||||
|
UninstallDisplayIcon={app}\{#MyAppExeName}
|
||||||
|
SetupIconFile=.\..\favicon.ico
|
||||||
|
|
||||||
[Languages]
|
[Languages]
|
||||||
Name: "chinesesimplified"; MessagesFile: "compiler:Languages\ChineseSimplified.isl"
|
Name: "chinesesimplified"; MessagesFile: "compiler:Languages\ChineseSimplified.isl"
|
||||||
|
|
|
@ -89,7 +89,7 @@ jobs:
|
||||||
|
|
||||||
- name: inno setup install
|
- name: inno setup install
|
||||||
if: startsWith(github.event.ref, 'refs/tags/')
|
if: startsWith(github.event.ref, 'refs/tags/')
|
||||||
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
|
uses: zhuzichu520/inno-setup-action@v1.0.1
|
||||||
with:
|
with:
|
||||||
filepath: ./action-cli/InstallerScript.iss
|
filepath: ./action-cli/InstallerScript.iss
|
||||||
|
|
||||||
|
|
|
@ -6,14 +6,14 @@ on:
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
- 'example/**'
|
- 'example/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- '.github/workflows/windows_qt5.yml'
|
- '.github/workflows/windows-qt5.yml'
|
||||||
pull_request:
|
pull_request:
|
||||||
paths:
|
paths:
|
||||||
- '*.txt'
|
- '*.txt'
|
||||||
- 'example/**'
|
- 'example/**'
|
||||||
- 'src/**'
|
- 'src/**'
|
||||||
- 'scripts/**'
|
- 'scripts/**'
|
||||||
- '.github/workflows/windows_qt5.yml'
|
- '.github/workflows/windows-qt5.yml'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
@ -76,7 +76,7 @@ jobs:
|
||||||
|
|
||||||
- name: inno setup install
|
- name: inno setup install
|
||||||
if: startsWith(github.event.ref, 'refs/tags/')
|
if: startsWith(github.event.ref, 'refs/tags/')
|
||||||
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
|
uses: zhuzichu520/inno-setup-action@v1.0.1
|
||||||
with:
|
with:
|
||||||
filepath: ./action-cli/InstallerScript.iss
|
filepath: ./action-cli/InstallerScript.iss
|
||||||
|
|
||||||
|
|
|
@ -78,7 +78,7 @@ jobs:
|
||||||
|
|
||||||
- name: inno setup install
|
- name: inno setup install
|
||||||
if: startsWith(github.event.ref, 'refs/tags/')
|
if: startsWith(github.event.ref, 'refs/tags/')
|
||||||
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
|
uses: zhuzichu520/inno-setup-action@v1.0.1
|
||||||
with:
|
with:
|
||||||
filepath: ./action-cli/InstallerScript.iss
|
filepath: ./action-cli/InstallerScript.iss
|
||||||
|
|
||||||
|
|
Binary file not shown.
After Width: | Height: | Size: 116 KiB |
Loading…
Reference in New Issue