Skip to content

Commit

Permalink
Update appimage.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
qurious-pixel authored Aug 31, 2022
1 parent dcc89d9 commit 295e3ad
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion scripts/appimage.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
#!/bin/bash


if [ -z "${GITHUB_WORKSPACE}" ]; then
export GITHUB_WORKSPACE="."
fi

curl -sSfLO "https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/linuxdeploy-x86_64.AppImage"
chmod a+x linuxdeploy*.AppImage
curl -sSfLO "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage"
Expand Down

0 comments on commit 295e3ad

Please sign in to comment.