mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-13 07:55:18 +00:00
Windows workflow task added
This commit is contained in:
parent
fbdad1ad6d
commit
633ca2d267
11
.github/workflows/flutter-build.yml
vendored
11
.github/workflows/flutter-build.yml
vendored
@ -35,5 +35,16 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: subosito/flutter-action@v2
|
- uses: subosito/flutter-action@v2
|
||||||
|
- shell: powershell
|
||||||
- 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: ./installer.exe /verysilent /allusers /dir=iscc
|
||||||
|
- run: & ./iscc/iscc.exe scripts/windows-setup-creator.iss
|
||||||
|
- run: rm -recurse iscc
|
||||||
|
- run: rm installer.exe
|
||||||
|
|
||||||
|
- uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: Spotube-Linux-Bundle
|
||||||
|
path: build/installer/Spotube-windows-x86_64-setup.exe
|
||||||
|
3
.gitignore
vendored
3
.gitignore
vendored
@ -59,3 +59,6 @@ app.*.map.json
|
|||||||
|
|
||||||
/.flatpak
|
/.flatpak
|
||||||
/.flatpak-builder
|
/.flatpak-builder
|
||||||
|
|
||||||
|
/iscc
|
||||||
|
installer.exe
|
Loading…
Reference in New Issue
Block a user