Skip to content

Commit 4206137

Browse files
committed
cp -f
1 parent f84e8e8 commit 4206137

1 file changed

Lines changed: 4 additions & 5 deletions

File tree

AppDir/bin/start-waydroid.src.hook

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ _run_outside_fuse() {
44
_rundir=${XDG_CACHE_HOME:-$HOME/.cache}/waydroid-AppImage
55
mkdir -p "$_rundir"/bin
66

7-
ln -sfn "$APPDIR"/bin/data "$_rundir"/bin
8-
ln -sfn "$APPDIR"/bin/tools "$_rundir"/bin
7+
cp -f "$APPDIR"/sharun "$_rundir"
8+
cp -f "$APPDIR"/bin/waydroid* "$_rundir"/bin
9+
ln -sfn "$APPDIR"/bin/data "$_rundir"/bin
10+
ln -sfn "$APPDIR"/bin/tools "$_rundir"/bin
911

10-
cp "$APPDIR"/bin/waydroid* "$_rundir"/bin
11-
12-
cp "$APPDIR"/sharun "$_rundir"
1312
cp "$APPDIR"/.env "$_rundir" 2>/dev/null || :
1413
cp "$APPDIR"/.preload "$_rundir" 2>/dev/null || :
1514

0 commit comments

Comments
 (0)