update URL to mkappimage #91

Merged
qurious-pixel merged 1 commit from patch-2 into main 2022-09-20 14:09:51 +02:00
qurious-pixel commented 2022-09-20 14:02:12 +02:00 (Migrated from github.com)

make temp hardcoded path.

make temp hardcoded path.
qurious-pixel commented 2022-09-26 21:01:26 +02:00 (Migrated from github.com)

curl -sL https://github.com$(curl https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous | grep "mkappimage-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2) -o mkappimage.AppImage

switching to https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous finds the latest binary.

```curl -sL https://github.com$(curl https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous | grep "mkappimage-.*-x86_64.AppImage" | head -n 1 | cut -d '"' -f 2) -o mkappimage.AppImage``` switching to `https://github.com/probonopd/go-appimage/releases/expanded_assets/continuous` finds the latest binary.
Sign in to join this conversation.
No description provided.