From 9247529dfd01dd9fa98be2a3c0f7dc21129a619e Mon Sep 17 00:00:00 2001 From: Micke Nordin Date: Sun, 29 Nov 2020 11:33:17 +0100 Subject: [PATCH] v 0.0.8 --- appimage/wireguide.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/appimage/wireguide.yml b/appimage/wireguide.yml index 9f0d126..6bfd6fd 100644 --- a/appimage/wireguide.yml +++ b/appimage/wireguide.yml @@ -8,7 +8,7 @@ ingredients: script: - wget -c https://github.com/mickenordin/wireguide/blob/main/wireguide/logo.png -O ke.mic.wireguide.png - wget -c https://github.com/mickenordin/wireguide/blob/main/appimage/wireguide.appdata.xml -O wireguide.appdata.xml - - wget -c https://github.com/mickenordin/wireguide/blob/main/wireguide/wireguide -O wireguide + - wget -c https://raw.githubusercontent.com/mickenordin/wireguide/main/wireguide/wireguide -O wireguide packages: - python3-gi - python3-wxgtk4.0 @@ -35,5 +35,5 @@ script: - MimeType=text/x-python3; - EOF - cp usr/share/applications/ke.mic.wireguide.desktop . - - grep self.version ../wireguide | grep = | awk '{print $3}' | sed 's/"//g' > ../VERSION + - echo 0.0.8 > ../VERSION