diff --git a/Makefile b/Makefile index 3d9c936..ec0fa81 100644 --- a/Makefile +++ b/Makefile @@ -6,11 +6,11 @@ release: git archive --prefix=graftorio2/ -o pkg/graftorio2_$(VERSION).zip HEAD install-darwin: - cd ../ && zip --exclude="*.git*" -r graftorio2/graftorio2_$(VERSION).zip graftorio2 && \ + cd ../ && zip --exclude="*.git*" --exclude="*pkg*" -r graftorio2/graftorio2_$(VERSION).zip graftorio2 && \ mv graftorio2/graftorio2_$(VERSION).zip ~/Library/Application\ Support/factorio/mods/ install-linux: - zip --exclude="*.git*" -r graftorio2_$(VERSION).zip ../graftorio2 && \ + zip --exclude="*.git*" --exclude="*pkg*" -r graftorio2_$(VERSION).zip ../graftorio2 && \ cp graftorio2_$(VERSION).zip ~/bin/factorio/mods/ clean: diff --git a/info.json b/info.json index c85460d..029026f 100644 --- a/info.json +++ b/info.json @@ -1,6 +1,6 @@ { "name": "graftorio2", - "version": "0.0.14", + "version": "0.0.15", "title": "graftorio2", "author": "remijouannet", "description": "visualize metrics from your factorio game in grafana",