Update Bindfs to 1.17.7, Unionfs-Fuse to 3.5, and Remove Mounty and RcloneMac #59
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
1.Update bindfs to version 1.17.7 and Add --disable-macos-fs-link option
•Introduced a new option --disable-macos-fs-link as per the issue reported in mpartel/bindfs#140. This resolves specific filesystem link issues on macOS.
2.Update unionfs-fuse to version 3.5 and Fix unionfs-fuse for macOS
•Improve the build based on the project CI.
3.Remove mounty
•The mounty package has been removed as it is already available in Cask, avoiding redundancy.
4.Remove RcloneMac
•Removed the RcloneMac package as it is already included in Formula, preventing duplication.
5.Bottle will be built later
• The bottle is not yet built but will be constructed at a later time.