Skip to content

Commit 6f47e69

Browse files
authored
Merge pull request #1241 from Drsheppard01/master
Update appimagetool link in ./scripts/fix-linux-appimage.sh AppImages will use type 2 runtime and not require libfuse at runtime. Should semi-coincidentally fix CI by working around deliberate linkrot of the link the deprecated tooling was hosted at. AppImage folks trying to get out from under the poor reputation of the libfuse requirement they addressed a long time ago, by nudging users to upgrade. Well, we're upgrading now! It certainly worked at getting our attention, heh.
2 parents 32ce970 + d9e3682 commit 6f47e69

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/fix-linux-appimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ cd ../..
103103
# Now that we've made the change, we can use `appimagetool` to bundle
104104
# everything up with the original file name.
105105
echo "Downloading appimagetool…"
106-
wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-${APPIMAGE_ARCH}.AppImage" -O appimagetool
106+
wget "https://github.com/AppImage/appimagetool/releases/download/continuous/appimagetool-${APPIMAGE_ARCH}.AppImage" -O appimagetool
107107
echo "Making appimagetool executable…"
108108
chmod +x appimagetool
109109

0 commit comments

Comments
 (0)