Skip to content

Commit

Permalink
kill me
Browse files Browse the repository at this point in the history
  • Loading branch information
lambdcalculus committed Jul 2, 2024
1 parent 3342c51 commit fa8a23c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
# from https://github.com/probonopd/go-appimage/blob/master/src/appimagetool/README.md
wget -c https://github.com/$(wget -q https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous -O - | grep "appimagetool-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2)
# wget -c https://github.com/probonopd/go-appimage/releases/download/continuous/appimagetool-833-x86_64.AppImage -o appimagetool
mv appimagetool-.*-x86_64.AppImage appimagetool
mv appimagetool-*-x86_64.AppImage appimagetool
chmod +x appimagetool
mkdir -p AppDir/usr/bin
Expand Down

0 comments on commit fa8a23c

Please sign in to comment.