Ubuntu Pastebin

Paste from NielsMkn at Fri, 25 Dec 2015 07:58:30 +0000

Download as text
1
2
3
4
5
6
#!/bin/sh
set -e
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
$DIR/submodules/build_all
$DIR/soomla-native/projects/unity-android-store/build_all
$DIR/soomla-native/projects/unity-ios-store/build_all
Download as text