mirror of
https://github.com/KRTirtho/spotube.git
synced 2025-09-12 23:45:18 +00:00
winget install procedure added
MacOS CI build added
This commit is contained in:
parent
879bb98fa9
commit
67cef5135c
17
.github/workflows/flutter-build.yml
vendored
17
.github/workflows/flutter-build.yml
vendored
@ -11,6 +11,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: subosito/flutter-action@v2.2.0
|
||||
with:
|
||||
cache: true
|
||||
- run: |
|
||||
sudo apt-get update -y
|
||||
sudo apt-get install -y tar clang cmake ninja-build pkg-config libgtk-3-dev make libwebkit2gtk-4.0-dev keybinder-3.0 python3-pip python3-setuptools patchelf desktop-file-utils libgdk-pixbuf2.0-dev fakeroot strace fuse
|
||||
@ -36,6 +38,8 @@ jobs:
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: subosito/flutter-action@v2.2.0
|
||||
with:
|
||||
cache: true
|
||||
- run: flutter config --enable-windows-desktop
|
||||
- run: flutter build windows
|
||||
- uses: crazy-max/ghaction-chocolatey@v1
|
||||
@ -50,4 +54,15 @@ jobs:
|
||||
name: Spotube-Windows-Bundle
|
||||
path: |
|
||||
build/installer/Spotube-windows-x86_64-setup.exe
|
||||
build/spotube.*.nupkg
|
||||
build/spotube.*.nupkg
|
||||
build_macos:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- uses: subosito/flutter-action@v2
|
||||
with:
|
||||
cache: true
|
||||
- run: flutter config --enable-macos-desktop
|
||||
- run: flutter build macos
|
||||
- run: brew install tree
|
||||
- run: tree ./
|
@ -34,6 +34,12 @@ Run the following command to install Spotube with windows chocolatey package man
|
||||
choco install spotube
|
||||
```
|
||||
|
||||
### Winget
|
||||
Run the following command to install Spotube with new Windows Package Manager:
|
||||
```powershell
|
||||
winget install --id KRTirtho.Spotube
|
||||
```
|
||||
|
||||
## Linux
|
||||
|
||||
### Ubuntu/Debian/Linux Mint/Pop_!OS:
|
||||
|
Loading…
Reference in New Issue
Block a user