Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/13daed46c97cc15ca8406d742f8372e408af01d8?style=unified&whitespace=ignore-eol
You should set ROOT_URL correctly, otherwise the web may not work correctly.
1 changed files with
1 additions and
4 deletions
release.macx.sh
@ -3,9 +3,8 @@
# Executables
QMAKE = "/usr/bin/qmake"
MACDEPLOYQT = "/usr/bin/macdeployqt"
DMGUTIL = ./thirdparty/refnum/dmgutil.pl
DMGUTIL = "`pwd`/../Sankore-ThirdParty/refnum/dmgutil/dmgutil.pl"
DSYMUTIL = /usr/bin/dsymutil
DUMPSYMS = ./thirdparty/google-breakpad/r318/bin/macx/dump_syms
STRIP = /usr/bin/strip
PLISTBUDDY = /usr/libexec/PlistBuddy
@ -52,7 +51,6 @@ checkExecutable "$QMAKE"
checkExecutable " $MACDEPLOYQT "
checkExecutable " $DMGUTIL "
checkExecutable " $DSYMUTIL "
checkExecutable " $DUMPSYMS "
checkExecutable " $STRIP "
checkExecutable " $PLISTBUDDY "
@ -116,7 +114,6 @@ $MACDEPLOYQT "$APP"
notify "Extracting debug information ..."
$DSYMUTIL " $APP /Contents/MacOS/Sankore 3.1 " -o " $DSYM "
$DUMPSYMS -a i386 " $DSYM /Contents/Resources/DWARF/Sankore 3.1 " > " $GSYM_i386 "
$STRIP -S " $APP /Contents/MacOS/Sankore 3.1 "
notify "Creating dmg ..."