diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-22 20:04:17 +0300 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2024-05-22 20:04:17 +0300 |
commit | 3148f39bdb31fa2dd3e1ab5de535dd733e489c5c (patch) | |
tree | ba6bacd094a622ffa13eff2f2a686c2e24a8d74c /AppImage/gtk.yml | |
parent | b6d1e87092eabb464f33c5087b698672f5251948 (diff) | |
download | sciteco-3148f39bdb31fa2dd3e1ab5de535dd733e489c5c.tar.gz |
AppImage: fixed the Ubuntu package download URLs
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 |