Compare commits
No commits in common. "bfaff95feea86a98c8aad223a484acdd71fc732e" and "91ba4d479268f4d9986d3c3d179a51eaae251ef6" have entirely different histories.
bfaff95fee
...
91ba4d4792
|
@ -28,8 +28,6 @@ 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: zhuzichu520/inno-setup-action@v1.0.1
|
||||
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
|
||||
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: zhuzichu520/inno-setup-action@v1.0.1
|
||||
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
|
||||
with:
|
||||
filepath: ./action-cli/InstallerScript.iss
|
||||
|
||||
|
|
|
@ -78,7 +78,7 @@ jobs:
|
|||
|
||||
- name: inno setup install
|
||||
if: startsWith(github.event.ref, 'refs/tags/')
|
||||
uses: zhuzichu520/inno-setup-action@v1.0.1
|
||||
uses: nadeemjazmawe/inno-setup-action-cli@v6.0.5
|
||||
with:
|
||||
filepath: ./action-cli/InstallerScript.iss
|
||||
|
||||
|
|
BIN
favicon.ico
BIN
favicon.ico
Binary file not shown.
Before Width: | Height: | Size: 116 KiB |
Loading…
Reference in New Issue