We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
cp -f
1 parent f84e8e8 commit 4206137Copy full SHA for 4206137
1 file changed
AppDir/bin/start-waydroid.src.hook
@@ -4,12 +4,11 @@ _run_outside_fuse() {
4
_rundir=${XDG_CACHE_HOME:-$HOME/.cache}/waydroid-AppImage
5
mkdir -p "$_rundir"/bin
6
7
- ln -sfn "$APPDIR"/bin/data "$_rundir"/bin
8
- ln -sfn "$APPDIR"/bin/tools "$_rundir"/bin
+ cp -f "$APPDIR"/sharun "$_rundir"
+ cp -f "$APPDIR"/bin/waydroid* "$_rundir"/bin
9
+ ln -sfn "$APPDIR"/bin/data "$_rundir"/bin
10
+ ln -sfn "$APPDIR"/bin/tools "$_rundir"/bin
11
- cp "$APPDIR"/bin/waydroid* "$_rundir"/bin
-
12
- cp "$APPDIR"/sharun "$_rundir"
13
cp "$APPDIR"/.env "$_rundir" 2>/dev/null || :
14
cp "$APPDIR"/.preload "$_rundir" 2>/dev/null || :
15
0 commit comments