Skip to content

Commit

Permalink
Update makerelease.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
jpanther committed Feb 27, 2019
1 parent 8f1a38e commit 5b06529
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makerelease.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ git merge --no-ff develop
git tag "v$modver"

# Prepare zip for Factorio native use and mod portal
git archive --prefix "${modname}_$modver/" -o "~/Desktop/tmp/${modname}_$modver.zip" HEAD
git archive --prefix "${modname}_$modver/" -o "/Users/james/Desktop/tmp/${modname}_$modver.zip" HEAD

# Push tag to git
git push origin "v$modver"
Expand Down

0 comments on commit 5b06529

Please sign in to comment.