diff --git a/scripts/aot.sh b/scripts/aot.sh index f10a70790..12aed8d2e 100755 --- a/scripts/aot.sh +++ b/scripts/aot.sh @@ -17,7 +17,7 @@ if [ $TRAVIS_BRANCH == 'integration' ] || [ $TRAVIS_BRANCH == 'master' ] || [ $T version=`grep versionname src/config.json| cut -d: -f2|cut -d'"' -f2` date=`date +%Y%m%d`'00' - pushd ../../moodle-local_moodlemobileapp + pushd ../moodle-local_moodlemobileapp sed -ie "s/release[ ]*=[ ]*'[^']*';/release = '$version';/1" version.php sed -ie "s/version[ ]*=[ ]*[0-9]*;/version = $date;/1" version.php rm version.phpe diff --git a/scripts/langindex.json b/scripts/langindex.json index d86efa26d..c87666a88 100644 --- a/scripts/langindex.json +++ b/scripts/langindex.json @@ -1342,6 +1342,7 @@ "core.favourites": "moodle", "core.filename": "repository", "core.filenameexist": "local_moodlemobileapp", + "core.filenotfound": "resource", "core.fileuploader.addfiletext": "repository", "core.fileuploader.audio": "local_moodlemobileapp", "core.fileuploader.camera": "local_moodlemobileapp",