From 1e1c33231902b724128eda0b641e1d5aca3291d7 Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Thu, 11 Oct 2018 18:57:58 +0200 Subject: [bug] fix path for the version file the version,sh script is normally executed from the parent folder. this was only working in tests because I wasn't deleting the file in my local builds. --- snap/version.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snap/version.sh b/snap/version.sh index 92b0ab4..dc33763 100755 --- a/snap/version.sh +++ b/snap/version.sh @@ -1,4 +1,4 @@ #!/bin/sh git clone https://0xacab.org/leap/bitmask-systray 2> /dev/null > /dev/null -git -C bitmask-systray describe --tags | tee version.txt +git -C bitmask-systray describe --tags | tee snap/version.txt rm -rf bitmask-systray -- cgit v1.2.3