winget install procedure added

MacOS  CI build added
This commit is contained in:
Kingkor Roy Tirtho 2022-01-21 10:54:36 +06:00
parent 879bb98fa9
commit 67cef5135c
2 changed files with 22 additions and 1 deletions

View File

@ -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 ./

View File

@ -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: