Made scripts executable

pull/41/head
Laurent Cozic 2017-08-04 22:23:47 +02:00
parent dc0d190269
commit 0590420f6e
7 changed files with 2 additions and 1 deletions

0
CliClient/build-doc.sh Normal file → Executable file
View File

0
CliClient/build-translation.sh Normal file → Executable file
View File

0
CliClient/build-website.sh Normal file → Executable file
View File

View File

@ -13,6 +13,8 @@ npm run build
cp "$ROOT_DIR/package.json" "$ROOT_DIR/build"
cp "$ROOT_DIR/app/autocompletion_template.txt" "$ROOT_DIR/build"
chmod 755 "$ROOT_DIR/build/main.js"
if [[ ! -f "$ROOT_DIR/package.json.md5" ]]; then
"$ROOT_DIR/update-package-md5.sh"
fi

0
CliClient/publish.sh Normal file → Executable file
View File

View File

@ -1 +0,0 @@
[]

0
CliClient/update-package-md5.sh Normal file → Executable file
View File