File tree Expand file tree Collapse file tree 6 files changed +26
-7
lines changed
Expand file tree Collapse file tree 6 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 4646 mv SourceHanSans.ttc appimage-myapp-appdir-template/opt/myapp/myapp_fonts/sourrcehansans.ttc
4747 ./appimage-myapp-appdir-template/.remove-appdir-git.sh
4848
49- cp "$(command -v fuse-overlayfs )" appimage-myapp-appdir-template/usr/bin/
49+ cp "$(command -v unionfs )" appimage-myapp-appdir-template/usr/bin/
5050 ARCH=x86_64 ./appimagetool.AppImage appimage-myapp-appdir-template
5151
5252 #ARCH=aarch64 ./appimagetool.AppImage appimage-myapp-appdir-template
Original file line number Diff line number Diff line change 4646 mv SourceHanSans.ttc appimage-myapp-appdir-template/opt/myapp/myapp_fonts/sourrcehansans.ttc
4747 ./appimage-myapp-appdir-template/.remove-appdir-git.sh
4848
49- cp "$(command -v fuse-overlayfs )" appimage-myapp-appdir-template/usr/bin/
49+ cp "$(command -v unionfs )" appimage-myapp-appdir-template/usr/bin/
5050 ARCH=x86_64 ./appimagetool.AppImage appimage-myapp-appdir-template
5151
5252 #ARCH=aarch64 ./appimagetool.AppImage appimage-myapp-appdir-template
Original file line number Diff line number Diff line change @@ -71,10 +71,7 @@ prevent_root
7171
7272debug_set
7373
74- # TODO: cannot use new unionfs because same commandline options was changed.
75- # WALKAROUND: ship old version unionfs in appimage package.
76- # UNIONFS_BIN="${APPDIR}/usr/bin/unionfs"
77- UNIONFS_BIN=" ${APPDIR} /usr/bin/fuse-overlayfs"
74+ mpPlugin_fusetool_setBin
7875debug_print_env UNIONFS_BIN >&3 2>&4
7976
8077
Original file line number Diff line number Diff line change 1- myapp-plugin-overlayfs -fuse.sh
1+ myapp-plugin-unionfs -fuse.sh
Original file line number Diff line number Diff line change 1515source ./myapp-debug.sh 2> /dev/null
1616# #############################################
1717
18+ # ############################################
19+ # # Set fuse bin.
20+ # Export env:
21+ # $UNIONFS_BIN
22+ function mpPlugin_fusetool_setBin(){
23+ # TODO: cannot use new unionfs because same commandline options was changed.
24+ # WALKAROUND: ship old version unionfs in appimage package.
25+ UNIONFS_BIN=" ${APPDIR} /usr/bin/fuse-overlayfs"
26+ }
27+ # ############################################
28+
1829
1930# ############################################
2031# # Prepare fuse mount point env variables.
Original file line number Diff line number Diff line change 1515source ./myapp-debug.sh 2> /dev/null
1616# #############################################
1717
18+ # ############################################
19+ # # Set fuse bin.
20+ # Export env:
21+ # $UNIONFS_BIN
22+ function mpPlugin_fusetool_setBin(){
23+ # TODO: cannot use new unionfs because same commandline options was changed.
24+ # WALKAROUND: ship old version unionfs in appimage package.
25+ UNIONFS_BIN=" ${APPDIR} /usr/bin/unionfs"
26+ }
27+ # ############################################
28+
1829
1930# ############################################
2031# # Prepare fuse mount point env variables.
You can’t perform that action at this time.
0 commit comments