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