mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Changed InnnoSetup installer URL
This commit is contained in:
parent
bc1ed6fe2a
commit
7edb0bb834
4
.github/workflows/flutter-build.yml
vendored
4
.github/workflows/flutter-build.yml
vendored
@ -1,4 +1,6 @@
|
|||||||
name: Flutter Cross Build
|
name: Flutter Cross Build
|
||||||
|
env:
|
||||||
|
INNO_VERSION: 6.2.0
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches: [build]
|
branches: [build]
|
||||||
@ -37,7 +39,7 @@ jobs:
|
|||||||
- uses: subosito/flutter-action@v2.2.0
|
- uses: subosito/flutter-action@v2.2.0
|
||||||
- run: flutter config --enable-windows-desktop
|
- run: flutter config --enable-windows-desktop
|
||||||
- run: flutter build windows
|
- run: flutter build windows
|
||||||
- run: curl -o installer.exe https://jrsoftware.org/download.php/is.exe
|
- run: curl -L -o installer.exe http://files.jrsoftware.org/is/6/innosetup-${{ env.INNO_VERSION }}.exe
|
||||||
- run: ./installer.exe /verysilent /allusers /dir=iscc
|
- run: ./installer.exe /verysilent /allusers /dir=iscc
|
||||||
- run: ./iscc/iscc.exe scripts/windows-setup-creator.iss
|
- run: ./iscc/iscc.exe scripts/windows-setup-creator.iss
|
||||||
- run: rm -recurse iscc
|
- run: rm -recurse iscc
|
||||||
|
Loading…
Reference in New Issue
Block a user