Skip to content

Commit

Permalink
add custom fuse-overlayfs
Browse files Browse the repository at this point in the history
  • Loading branch information
stsp committed Aug 5, 2024
1 parent 89aa29b commit b0ba425
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AppDir/AppRun
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ mkdir -p $APP_LOCALDIR
FUSE_LOCALDIR=~/.fuse_overlayfs/dosemu2apps/$APP_NAME
mkdir -p $FUSE_LOCALDIR
mnt() {
fuse-overlayfs -o lowerdir=$APP_DIR -o upperdir=$APP_LOCALDIR \
$APPDIR/fuse-overlayfs -o lowerdir=$APP_DIR -o upperdir=$APP_LOCALDIR \
-o workdir=$FUSE_LOCALDIR $FU_OPTS $APP_TMPDIR || \
die "fuse-overlayfs failed"
[ -z "$DEBUG" ] || exit 0
Expand Down
Binary file added AppDir/fuse-overlayfs
Binary file not shown.

0 comments on commit b0ba425

Please sign in to comment.