fixed some issue with paths

preferencesAboutTextFull
Claudio Valerio 11 years ago
parent 0379f4394d
commit eec1c93eda
  1. 6
      release.macx.sh

@ -93,11 +93,11 @@ function addImporter {
git reset --hard git reset --hard
git pull git pull
rm -rf ${importerName}.app rm -rf ${importerName}.app
rm moc_*
rm MakeFile* rm MakeFile*
rm *.o rm -rf release
rm -rf debug
$QMAKE ${importerName}.pro $QMAKE ${importerName}.pro
make -j4 make -j4 release
$MACDEPLOYQT ${importerName}.app $MACDEPLOYQT ${importerName}.app
cd - cd -
} }

Loading…
Cancel
Save