Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting http://91.221.70.94:3000/MOS/OpenBoard/commit/bc55454c98371ef31fdc10dc04873ffeccb1eb6e?style=split&whitespace=ignore-change You should set ROOT_URL correctly, otherwise the web may not work correctly.

Updated the Mac release script to use the custom Qt version.

preferencesAboutTextFull
shibakaneki 14 years ago
parent c7492c7c38
commit bc55454c98
  1. 2
      release.macx.sh

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# Executables # Executables
QMAKE="/usr/bin/qmake" QMAKE="/usr/local/Trolltech/Qt-4.7.3/bin/qmake"
MACDEPLOYQT="/usr/bin/macdeployqt" MACDEPLOYQT="/usr/bin/macdeployqt"
DMGUTIL="`pwd`/../Sankore-ThirdParty/refnum/dmgutil/dmgutil.pl" DMGUTIL="`pwd`/../Sankore-ThirdParty/refnum/dmgutil/dmgutil.pl"
DSYMUTIL=/usr/bin/dsymutil DSYMUTIL=/usr/bin/dsymutil

Loading…
Cancel
Save