File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -127,7 +127,7 @@ const Terminal = {
127
127
throw new Error ( `Unsupported architecture: ${ arch } ` ) ;
128
128
}
129
129
130
-
130
+
131
131
logger ( "⬇️ Downloading sandbox filesystem..." ) ;
132
132
await new Promise ( ( resolve , reject ) => {
133
133
cordova . plugin . http . downloadFile (
@@ -278,7 +278,7 @@ const Terminal = {
278
278
INCLUDE_FILES="$INCLUDE_FILES libtalloc.so.2 libproot-xed.so"
279
279
fi
280
280
281
- EXCLUDE="--exclude=alpine/data --exclude=alpine/system --exclude=alpine/vendor --exclude=alpine/sdcard --exclude=alpine/storage"
281
+ EXCLUDE="--exclude=alpine/data --exclude=alpine/system --exclude=alpine/vendor --exclude=alpine/sdcard --exclude=alpine/storage --exclude=alpine/public "
282
282
283
283
tar -cf "$PREFIX/aterm_backup.tar" -C "$PREFIX" $EXCLUDE $INCLUDE_FILES
284
284
echo "ok"
@@ -402,4 +402,4 @@ function readAsset(assetPath, callback) {
402
402
} , console . error ) ;
403
403
}
404
404
405
- module . exports = Terminal ;
405
+ module . exports = Terminal ;
You can’t perform that action at this time.
0 commit comments