Update with more iOS details.
[pwl6.git] / Makefile
index b3207b0..6113ab6 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -4,7 +4,7 @@
 # domain. To the extent possible under law, the author of this file
 # waives all copyright and related or neighboring rights to it.
 
-nwjs-version := 0.12.0
+nwjs-version := 0.12.2
 stampprefix := build/stamp/
 
 include rules/default.mk
@@ -64,7 +64,7 @@ $(DISTROOT).bare.zip: | .git
        $(RM) $@
        $(RM) -r $@.tmp
        $(MKDIR) $@.tmp
-       cd src && $(GIT) archive $(call git-describe) . | tar -x -C ../$@.tmp
+       $(GIT) archive $(call git-describe) src | tar -x --strip-components 1 -C $@.tmp
        $(MAKE) $(BUILT:src/%=$@.tmp/%)
        $(RM) $(XCFS:src/%=$@.tmp/%)
        cd $@.tmp && $(ZIP) ../$(@F) -r .