not worth the hassle
This commit is contained in:
parent
57ee482a4e
commit
e358db41e3
2 changed files with 0 additions and 19 deletions
7
Makefile
7
Makefile
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue