Skip to content

Commit

Permalink
typo ... typo ... typo ...
Browse files Browse the repository at this point in the history
  • Loading branch information
pirbo committed Jan 6, 2017
1 parent 0b5bb43 commit a47a434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Expand Up @@ -312,7 +312,7 @@ Kappapp.app:
+$(MAKE) all bin/StdSim
+$(MAKE) ide/Kappa.icns ide/Info.plist
FILE=$$(mktemp -t nwjsXXXX); \
curl -LsS -o $$FILE https://dl.nwjs.io/v0.19.0/nwjs-v$(NWJS_VERSION)-osx-x64.zip && \
curl -LsS -o $$FILE https://dl.nwjs.io/v$(NWJS_VERSION)/nwjs-v$(NWJS_VERSION)-osx-x64.zip && \
unzip $$FILE && rm -f $$FILE
mv nwjs-v$(NWJS_VERSION)-osx-x64/nwjs.app $@
rm -r nwjs-v$(NWJS_VERSION)-osx-x64/
Expand Down

0 comments on commit a47a434

Please sign in to comment.