Fixed readme
This commit is contained in:
8
Makefile
Normal file
8
Makefile
Normal file
@@ -0,0 +1,8 @@
|
||||
APP_NAME=minimalprofile
|
||||
VERSION=$(shell grep '<version>' appinfo/info.xml | sed -E 's/.*<version>(.*)<\/version>.*/\1/')
|
||||
|
||||
.PHONY: appstore
|
||||
|
||||
appstore:
|
||||
mkdir -p build
|
||||
tar --exclude-vcs --exclude='build' --exclude='*.tar.gz' -czf build/$(APP_NAME)-$(VERSION).tar.gz -C .. $(notdir $(CURDIR))
|
||||
Reference in New Issue
Block a user