From f11990fbaed7ca189239670ae44aef14efde9f69 Mon Sep 17 00:00:00 2001 From: ochibani <11yzyv86j@relay.firefox.com> Date: Thu, 23 Nov 2023 22:20:50 +0200 Subject: [PATCH] update appimage --- packaging/appimage/blue-recorder-appimage.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packaging/appimage/blue-recorder-appimage.sh b/packaging/appimage/blue-recorder-appimage.sh index cda747a..f72cda5 100755 --- a/packaging/appimage/blue-recorder-appimage.sh +++ b/packaging/appimage/blue-recorder-appimage.sh @@ -11,7 +11,7 @@ then then echo "pkg2appimage-x86_64.AppImage found." else - curl --tlsv1.3 --output "$PWD/pkg2appimage-x86_64.AppImage" --url "https://github.com/AppImage/pkg2appimage/releases/download/continuous/pkg2appimage-x86_64.AppImage" + wget "https://github.com/AppImage/pkg2appimage/releases/download/continuous/pkg2appimage-x86_64.AppImage" #Make sure pkg2appimage is available. if [[ -f pkg2appimage-x86_64.AppImage ]] then @@ -28,7 +28,7 @@ if [[ -f appimagetool-x86_64.AppImage ]] then echo "appimagetool-x86_64.AppImage found." else - curl --tlsv1.3 --output "$PWD/appimagetool-x86_64.AppImage" --url "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" + wget "https://github.com/AppImage/AppImageKit/releases/download/continuous/appimagetool-x86_64.AppImage" #Make sure appimagetool is available. if [[ -f appimagetool-x86_64.AppImage ]] then