From 45781102d24f7bdac93dcbbf8f8ae4bfe0c3950e Mon Sep 17 00:00:00 2001 From: Ruben Pollan Date: Tue, 18 Aug 2020 13:01:31 +0200 Subject: [pkg] let's get snaps working with our qt build - Resolves: #297 --- branding/templates/makefile/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'branding/templates/makefile') diff --git a/branding/templates/makefile/Makefile b/branding/templates/makefile/Makefile index c042d27..0c21eaf 100755 --- a/branding/templates/makefile/Makefile +++ b/branding/templates/makefile/Makefile @@ -85,8 +85,11 @@ endif pkg_snap: -@mkdir -p ../../deploy @echo "[+] building snap..." + cd ../.. + -@ln -s build/$(PROVIDER)/snap snap snapcraft build snapcraft snap + -@rm snap @mv $(BINNAME)* ../../deploy pkg_deb: -- cgit v1.2.3