Skip to content

Commit

Permalink
bump to 0.0.15
Browse files Browse the repository at this point in the history
  • Loading branch information
remijouannet committed Aug 26, 2021
1 parent 120ba36 commit 1d6ec0f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion info.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 1d6ec0f

Please sign in to comment.