From 98ea9d95f6f949ecfd7e12a2a6e0e774a4a84e57 Mon Sep 17 00:00:00 2001 From: lilia Date: Thu, 25 May 2017 18:01:57 -0700 Subject: [PATCH] Point aptly at ./release instead of ./dist --- aptly.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aptly.sh b/aptly.sh index e6b169452..fafe13a5d 100755 --- a/aptly.sh +++ b/aptly.sh @@ -8,7 +8,7 @@ REPO=signal-desktop DISTRO=xenial ENDPOINT=signal-desktop-apt # Matches endpoint name in .aptly.conf -DEB_PATH=dist +DEB_PATH=release SNAPSHOT=signal-desktop_v$VERSION GPG_KEYID=57F6FB06 aptly repo add $REPO $DEB_PATH/$REPO\_$VERSION\_*.deb