Skip to content

Commit

Permalink
remove redundant flutter build linux
Browse files Browse the repository at this point in the history
  • Loading branch information
sun-jiao committed Feb 27, 2024
1 parent 4a1b5df commit 06ab1b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion github_appimage_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ sudo apt install -y python3-pip python3-setuptools patchelf desktop-file-utils l
sudo wget https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage -O /usr/local/bin/appimagetool
sudo chmod +x /usr/local/bin/appimagetool

flutter build linux --release
cp -r ./build/linux/x64/release/bundle/ ./build/linux/x64/renamer.AppDir
cp -r ./appimage/renamer.desktop ./build/linux/x64/renamer.AppDir
cp -r ./assets/desktop.png ./build/linux/x64/renamer.AppDir
Expand Down

0 comments on commit 06ab1b9

Please sign in to comment.