From 9a7df86b69fb6c0287ec4c94a7b4e4b42d34177a Mon Sep 17 00:00:00 2001 From: "Kali Kaneko (leap communications)" Date: Tue, 17 Dec 2019 14:33:42 +0100 Subject: [pkg] typo and missing dir --- branding/templates/makefile/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'branding') diff --git a/branding/templates/makefile/Makefile b/branding/templates/makefile/Makefile index 8acb01a..e272095 100755 --- a/branding/templates/makefile/Makefile +++ b/branding/templates/makefile/Makefile @@ -44,7 +44,7 @@ endif sign_win: echo "[+] signing windows build" - python windowns/sign.py $(WIN_CERT_PATH) $(WIN_CERT_PASS) + python windows/sign.py $(WIN_CERT_PATH) $(WIN_CERT_PASS) # ----------------------------------------------------------------------------- # OSX @@ -67,7 +67,7 @@ ifeq ($(SYSTEM), Darwin) else cd osx && APPNAME=$(APPNAME) VERSION=$(VERSION) ./cross-quickpkg endif - mv dist/$(APPNAME)-$(VERSION)_unsigned.pkg ../../deploy/ + mv dist/$(APPNAME)-$(VERSION)*.pkg ../../deploy/ # ----------------------------------------------------------------------------- # Linux -- cgit v1.2.3