-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
177 changed files
with
7,136 additions
and
5,162 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"flutterSdkVersion": "3.10.0", | ||
"flutterSdkVersion": "3.16.0", | ||
"flavors": {} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ on: | |
inputs: | ||
version: | ||
description: Version to release (x.x.x) | ||
default: 3.2.0 | ||
default: 3.3.0 | ||
required: true | ||
channel: | ||
type: choice | ||
|
@@ -26,13 +26,18 @@ on: | |
default: true | ||
|
||
env: | ||
FLUTTER_VERSION: '3.13.2' | ||
FLUTTER_VERSION: '3.16.0' | ||
|
||
jobs: | ||
windows: | ||
runs-on: windows-latest | ||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/checkout@v4 | ||
with: | ||
repository: KRTirtho/flutter_distributor | ||
path: flutter_distributor | ||
ref: fix-windows-build | ||
- uses: subosito/[email protected] | ||
with: | ||
cache: true | ||
|
@@ -74,9 +79,10 @@ jobs: | |
- name: Build Windows Executable | ||
run: | | ||
dart pub global activate flutter_distributor | ||
dart pub global activate melos | ||
cd flutter_distributor && melos bs && cd .. | ||
make innoinstall | ||
flutter_distributor package --platform=windows --targets=exe --skip-clean | ||
dart run ./flutter_distributor/packages/flutter_distributor/bin/main.dart package --platform=windows --targets=exe --skip-clean | ||
mv dist/**/spotube-*-windows-setup.exe dist/Spotube-windows-x86_64-setup.exe | ||
- name: Create Chocolatey Package and set hash | ||
|
@@ -319,6 +325,7 @@ jobs: | |
- name: Package Macos App | ||
run: | | ||
python3 -m pip install setuptools | ||
npm install -g appdmg | ||
mkdir -p build/${{ env.BUILD_VERSION }} | ||
appdmg appdmg.json build/Spotube-macos-universal.dmg | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.