Merge pull request #1069 from xiaoyifang/action/windows-nsis

action: windows specific,  update makensis version
This commit is contained in:
xiaoyifang 2023-08-13 23:34:23 +08:00 committed by GitHub
commit e44a259ebb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View file

@ -205,7 +205,7 @@ jobs:
run: |
cp tools/nsis/GoldenDict.nsi ${{ steps.package.outputs.packageName }}/
- name: Create installer
uses: joncloud/makensis-action@v3.6
uses: joncloud/makensis-action@v4
with:
arguments: "/V3"
script-file: ${{ steps.package.outputs.packageName }}/GoldenDict.nsi

View file

@ -182,7 +182,7 @@ jobs:
ls -al
cp tools/nsis/GoldenDict.nsi ${{ steps.package.outputs.packageName }}/
- name: Create installer
uses: joncloud/makensis-action@v3.6
uses: joncloud/makensis-action@v4
with:
arguments: "/V3"
script-file: ${{ steps.package.outputs.packageName }}/GoldenDict.nsi