Skip to content

Commit

Permalink
Фикс Github Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
Zensonaton committed Feb 11, 2024
1 parent 00997f0 commit a32623f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,8 +99,7 @@ jobs:
& "C:\Program Files\7-Zip\7z.exe" a -t7z -m0=lzma2 -mx=9 -mfb=64 -md=32m -ms=on "./build/Flutter VK portable.7z" ./build/Windows/x64/runner/Release/
Write-Output "Downloading & installing iscc..."
curl -o build\iscc-installer.exe http://files.jrsoftware.org/is/6/innosetup-6.2.0.exe
& ".\build\iscc-installer.exe" /verysilent /allusers /dir=build\iscc
curl -o build\iscc-installer.exe http://files.jrsoftware.org/is/6/innosetup-6.2.0.exe; & ".\build\iscc-installer.exe" /verysilent /allusers /dir=build\iscc
Write-Output "Creating installer"
& ".\build\iscc\iscc.exe" windows-setup-creator.iss
Expand Down

0 comments on commit a32623f

Please sign in to comment.