not worth the hassle

This commit is contained in:
Sebastian Hugentobler 2019-05-29 20:25:33 +02:00
parent 57ee482a4e
commit e358db41e3
2 changed files with 0 additions and 19 deletions

View file

@ -30,13 +30,6 @@ dist/%.tar.gz:
for FILE in $(TMP)/*; do mv $$FILE $$FILE.exe; done \
fi
if [ "$(PLATFORM)" == "darwin" ]; then \
mkdir -p $(TMP)/ecload.app/Contents/MacOS; \
mv $(TMP)/ecload-tui $(TMP)/ecload.app/Contents/MacOS; \
chmod 775 $(TMP)/ecload.app/Contents/MacOS/ecload-tui; \
sed 's/__VERSION__/$(VERSION)/' assets/Info.plist > $(TMP)/ecload.app/Contents/Info.plist ; \
fi
tar -zcf $@ -C $(TMP) .
@rm -rf $(TMP)