Skip to content

Commit

Permalink
Update and rename debian-testing-avidemux to avidemux-qt (#1309)
Browse files Browse the repository at this point in the history
* Update and rename debian-testing-avidemux to avidemux-qt

* Update x86_64-apps
  • Loading branch information
ivan-hc authored Jan 24, 2025
1 parent 1a80ba0 commit fb4e2e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion programs/x86_64-apps
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@
◆ avantgarde : Avalonia XAML Preview.
◆ avidemux : Multiplatform Video Editor.
◆ avidemux-nightly : Multiplatform Video Editor, nightly build.
◆ avidemux-qt : Unofficial, my custom Avidemux Video Editor built to use system themes.
◆ avocado : PlayStation 1 emulator, games.
◆ avogadro2 : Molecular editor for computational chemistry, bioinformatics.
◆ awakened-poe-trade : Path of Exile trading app for price checking.
Expand Down Expand Up @@ -477,7 +478,6 @@
◆ deadbeef-nightly-appimage : Unofficial AppImage of the DeaDBeeF music player. Nightly build.
◆ deadgame-2048 : GUI tool available for ALL platforms.
◆ deb2appimage : Build AppImages from deb packages on any distro.
◆ debian-testing-avidemux : Unofficial, Avidemux built from deb-multimedia.
◆ deckboard : Control your PC with your phone in easy way possible.
◆ dedop-studio : DeDop Studio
◆ deepl-linux-electron : DeepL Integration. Select & translate text in any app.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

# AM INSTALL SCRIPT VERSION 3.5
set -u
APP=avidemux
APP=avidemux-qt
SITE="ivan-hc/Avidemux-unofficial-appimage"

# CREATE DIRECTORIES AND ADD REMOVER
Expand Down Expand Up @@ -30,7 +30,7 @@ ln -s "/opt/$APP/$APP" "/usr/local/bin/$APP"
cat >> ./AM-updater << 'EOF'
#!/bin/sh
set -u
APP=avidemux
APP=avidemux-qt
SITE="ivan-hc/Avidemux-unofficial-appimage"
version0=$(cat "/opt/$APP/version")
version=$(curl -Ls https://api.github.com/repos/ivan-hc/Avidemux-unofficial-appimage/releases | sed 's/[()",{} ]/\n/g' | grep -oi "https.*mage$" | head -1)
Expand Down

0 comments on commit fb4e2e8

Please sign in to comment.