Skip to content

Commit

Permalink
Update manual.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Iseink committed Apr 10, 2024
1 parent 9ec597f commit 8111114
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,14 @@ jobs:
- run: flutter build linux --release --target-platform linux-x64
- run: rm -rf AppDir || true
- run: cp -r build/linux/x64/release/bundle AppDir
- run: wget -O appimage-builder-x86_64.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.0.0-beta.1/appimage-builder-1.0.0-677acbd-x86_64.AppImage
- run: wget -O appimage-builder-x86_64.AppImage https://github.com/AppImageCrafters/appimage-builder/releases/download/v1.1.0/appimage-builder-1.1.0-x86_64.AppImage
- run: chmod +x appimage-builder-x86_64.AppImage
- run: sudo mv appimage-builder-x86_64.AppImage /usr/local/bin/appimage-builder
#- run: appimage-builder --appdir AppDir
#- run: appimage-builder --appdir AppDir

- run: appimage-builder --generate --skip-test
- run: appimage-builder --recipe AppImageBuilder.yml

- run: tar -cvf bili_you.tar AppDir
- run: wget -O BiliYou-x86_64.AppImage https://github.com/lucinhu/bili_you/releases/download/v1.1.5%2B15/BiliYou-x86_64.AppImage
- run: chmod +x BiliYou-x86_64.AppImage
Expand Down

0 comments on commit 8111114

Please sign in to comment.