We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fee168 commit d6b439fCopy full SHA for d6b439f
AppImage/updateappimage.sh
@@ -1,6 +1,6 @@
1
-wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-aarch64"
2
-wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-armhf"
3
-wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/runtime-x86_64"
+wget "https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-aarch64"
+wget "https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-armhf"
+wget "https://github.com/AppImage/type2-runtime/releases/download/continuous/runtime-x86_64"
4
5
cd ..
6
0 commit comments