helloSystem / helloSystem/Applications
Consider shipping as .app.uzip rather than as .app.zip
- Dominant language
- Shell
- Stars
- 5
- Forks
- 1
- PR merge metrics
- No merged PRs in 30d
Description

This was made on FreeBSD 13 with
```
makefs '/home/liveuser/Desktop/Chromium.app.ufs' '/home/liveuser/Desktop/Chromium.app'
mkuzip -A zstd -C 15 -o '/home/liveuser/Desktop/Chromium.app.uzip' '/home/liveuser/Desktop/Chromium.app.ufs'
```
The advantage would be that it could be nicely mounted by the kernel through https://github.com/vermaden/automount/ rather than through the slow, clumsy, and error-prone [`sysutils/archivemount/`](https://www.freshports.org/sysutils/archivemount/).
Blocked by:
https://github.com/vermaden/automount/issues/34
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.