Skip to content

Commit

Permalink
Fix osx packaging
Browse files Browse the repository at this point in the history
  • Loading branch information
isage committed Dec 20, 2017
1 parent ba9e389 commit 0241073
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion travis/osx.package.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
brew install dylibbundler

#langs
wget `curl --silent https://api.github.com/repos/nxengine/translations/releases/latest | grep browser_download_url | grep all.zip | cut -d '"' -f 4`
part=`curl --silent https://github.com/nxengine/translations/releases/latest | cut -d '"' -f 2 | sed 's/tag/download/'`
url="$part/all.zip"
wget $url
unzip all.zip

#prepare
Expand Down

0 comments on commit 0241073

Please sign in to comment.