diff options
Diffstat (limited to 'AppImage/gtk.yml')
-rwxr-xr-x | AppImage/gtk.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/AppImage/gtk.yml b/AppImage/gtk.yml index b6304bf..158ccce 100755 --- a/AppImage/gtk.yml +++ b/AppImage/gtk.yml @@ -15,7 +15,7 @@ ingredients: # - robin-haberkorn/sciteco script: - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-common_nightly_ubuntu-20.04_all.deb" - - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-gtk_nightly_ubuntu-20.04_all.deb" + - wget -c "https://github.com/rhaberkorn/sciteco/releases/download/nightly/sciteco-gtk_nightly_ubuntu-20.04_amd64.deb" post_script: - dpkg -I sciteco-gtk*.deb | grep "Version:" | cut -d':' -f2 | cut -d'+' -f1 | sed 's/^[ ]*//g' >VERSION |