From 98fe29b419aa5b0e4f001250f3842dc285604574 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 13 Apr 2017 15:58:10 -0700 Subject: [PATCH] Fix aptly path --- aptly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aptly.sh b/aptly.sh index 50f80b527..8c5a3dd46 100755 --- a/aptly.sh +++ b/aptly.sh @@ -9,7 +9,7 @@ REPO=signal-desktop DISTRO=xenial ENDPOINT=signal-desktop-apt # Matches endpoint name in .aptly.conf -DEB_PATH=pack +DEB_PATH=dist SNAPSHOT=signal-desktop_v$VERSION GPG_KEYID=57F6FB06 aptly repo add $REPO $DEB_PATH/$REPO\_$VERSION\_*.deb