Guy Van Sanden 59c891a937 Fixed readme
2025-04-09 14:09:04 +02:00

9 lines
291 B
Makefile

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))