From 038cd090a1929f383e513f9811fac2a83d974eb2 Mon Sep 17 00:00:00 2001 From: iVAN <88724353+ivan-hc@users.noreply.github.com> Date: Sun, 13 Oct 2024 17:56:32 +0200 Subject: [PATCH] Update avidemux --- avidemux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/avidemux b/avidemux index 2e29452..fcd09d8 100644 --- a/avidemux +++ b/avidemux @@ -17,7 +17,7 @@ if test -f ./pkg2appimage; then echo " pkg2appimage already exists" 1> /dev/null else echo " Downloading pkg2appimage..." - wget -q https://raw.githubusercontent.com/ivan-hc/AM-application-manager/main/tools/pkg2appimage + wget -q https://github.com/AppImageCommunity/pkg2appimage/releases/download/continuous/pkg2appimage--x86_64.AppImage -O pkg2appimage fi chmod a+x ./appimagetool ./pkg2appimage rm -f ./recipe.yml