Skip to content

Commit 0241073

Browse files
committed
Fix osx packaging
1 parent ba9e389 commit 0241073

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

travis/osx.package.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
brew install dylibbundler
22

33
#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`
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
57
unzip all.zip
68

79
#prepare

0 commit comments

Comments
 (0)