summaryrefslogtreecommitdiff
path: root/branding/templates/makefile/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'branding/templates/makefile/Makefile')
-rwxr-xr-xbranding/templates/makefile/Makefile10
1 files changed, 1 insertions, 9 deletions
diff --git a/branding/templates/makefile/Makefile b/branding/templates/makefile/Makefile
index 1ea4e69..164e53c 100755
--- a/branding/templates/makefile/Makefile
+++ b/branding/templates/makefile/Makefile
@@ -64,15 +64,7 @@ ifeq ($(SYSTEM), Darwin)
productsign --sign $(OSX_CERT) dist/$(APPNAME)-$(VERSION)_unsigned.pkg dist/$(APPNAME)-$(VERSION).pkg;\
fi
else
- mkdir dist/tmp
- mv dist/$(APPNAME).app dist/tmp
- mkbom -u 0 -g 80 dist/tmp dist/$(APPNAME)/Bom
- mv dist/tmp/$(APPNAME).app dist
- rmdir dist/tmp
-
- cd dist && find $(APPNAME).app | cpio -o --format odc --owner 0:80 | gzip -c > $(APPNAME)/Payload
- cd osx/scripts && find . | cpio -o --format odc --owner 0:80 | gzip -c > ../../dist/$(APPNAME)/Scripts
- xar --compression none -cf dist/$(APPNAME)-$(VERSION)_unsigned.pkg dist/$(APPNAME)/
+ cd osx && APPNAME=$(APPNAME) VERSION=$(VERSION) ./cross-quickpkg
endif
mv dist/$(APPNAME)-$(VERSION)_unsigned.pkg ../../deploy/