mirror of https://github.com/laurent22/joplin.git
Made scripts executable
parent
dc0d190269
commit
0590420f6e
|
@ -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
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
[]
|
Loading…
Reference in New Issue