X-Git-Url: https://git.yukkurigames.com/?p=pwl6.git;a=blobdiff_plain;f=Makefile;h=6ed49a1d96f70fb46aecef0918d70a32afc2a2b5;hp=b3207b0de4e3ea8899e832bbcf38681da266e6cc;hb=fa194684cec12c5e2099e55897c6fb976b6adc80;hpb=ac47d3137a6a3dc618afe9bf1a6ca860e117942a diff --git a/Makefile b/Makefile index b3207b0..6ed49a1 100644 --- 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.1 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 .