We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9e389 commit 0241073Copy full SHA for 0241073
travis/osx.package.sh
@@ -1,7 +1,9 @@
1
brew install dylibbundler
2
3
#langs
4
-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/'`
5
+url="$part/all.zip"
6
+wget $url
7
unzip all.zip
8
9
#prepare
0 commit comments