Skip to content

Commit

Permalink
Create make_appimage.sh
Browse files Browse the repository at this point in the history
script to build appimage for Ubuntu 20.04 LTS and later.
  • Loading branch information
dheijl committed Sep 28, 2022
1 parent 53a9b6e commit 121e404
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions deploy/make_appimage.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
#!/bin/bash

if sudo cp ~/Documenten/GitHub/swyh-rs/target/release/swyh-rs /usr/bin/swyh-rs
then
[[ -f AppDir ]] && rm -r AppDir

./linuxdeploy-x86_64.AppImage -e /usr/bin/swyh-rs -d ~/Documenten/GitHub/swyh-rs/deploy/swyh-rs.desktop -i ~/Documenten/GitHub/swyh-rs/deploy/n256.png --appdir AppDir --output appimage

sudo rm /usr/bin/swyh-rs
fi



0 comments on commit 121e404

Please sign in to comment.