1
0
mirror of https://github.com/lxsang/DiyaSDK.git synced 2024-06-26 15:09:47 +02:00
This commit is contained in:
Dany LE 2022-08-07 11:03:43 +02:00
parent b217f82b4c
commit fa4e2bfa54

View File

@ -22,8 +22,7 @@ if [ ! -e "$SRC_IMG" ]; then
cd "$W"
fi
cp -rf "$W/fonts" "$BASE_DIR/builder/"
chmod -R a+rw $BASE_DIR/builder/
chmod -R a+rw $BASE_DIR/tmp/
chmod -R a+rw $BASE_DIR
$VM "$SRC_IMG" "$W/install.st" --quit
NAME="Diya-Bootstrap"
$VM "$SRC_IMG" "$W/export.st" "$BASE_DIR/tmp" "$NAME" --quit