Skip to content

Commit

Permalink
Use official flutter_distributor for packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
Muska-Ami committed Feb 18, 2025
1 parent 2f7f929 commit 6e361dd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-gui.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
run: |-
sudo apt-get update
sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev rpm libayatana-appindicator3-dev patchelf locate libfuse2
dart pub global activate -s path tools/flutter_distributor/packages/flutter_distributor
dart pub global activate flutter_distributor
- name: Setup AppImageTool
run: |-
Expand Down Expand Up @@ -125,7 +125,7 @@ jobs:
- name: Install Dependencies
run: |-
npm install -g appdmg
dart pub global activate -s path tools/flutter_distributor/packages/flutter_distributor
dart pub global activate flutter_distributor
- name: Pack DMG Installer
run: |-
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
run: |-
sudo apt-get update
sudo apt-get install clang cmake git ninja-build pkg-config libgtk-3-dev liblzma-dev libstdc++-12-dev rpm libayatana-appindicator3-dev patchelf locate libfuse2
dart pub global activate -s path tools/flutter_distributor/packages/flutter_distributor
dart pub global activate flutter_distributor
- name: Setup AppImageTool
run: |-
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
- name: Install Dependencies
run: |-
npm install -g appdmg
dart pub global activate -s path tools/flutter_distributor/packages/flutter_distributor
dart pub global activate flutter_distributor
- name: Pack DMG Installer
if: ${{ matrix.os == 'macos-latest' }}
Expand Down
1 change: 0 additions & 1 deletion tools/flutter_distributor
Submodule flutter_distributor deleted from cf88e8

0 comments on commit 6e361dd

Please sign in to comment.