gupax/utils
hinto-janaiyo 17feda5cb3
macos: warn user if gupax is in [/private] directory
macOS moves "dangerous" applications into a read-only [/private]
filesystem. This messes up with the updater and default P2Pool and
XMRig paths.

If [/private] is detected, show a panic screen upon Gupax startup
telling the user to move it to [/Applications]. This _seems_ to
make macOS relax a little (after an arbitrary amount of time...)
2022-12-22 11:56:25 -05:00
..
skel macos: warn user if gupax is in [/private] directory 2022-12-22 11:56:25 -05:00
create_tmp_env.sh v1.0.0 2022-12-19 18:54:46 -05:00
package.sh macos: warn user if gupax is in [/private] directory 2022-12-22 11:56:25 -05:00
prepare.sh prepare v1.0.1 2022-12-21 11:06:11 -05:00
README.md add utils/skel 2022-11-23 22:32:17 -05:00

Utilities

File/Folder Purpose
package.sh Package the contents of skel, sign, etc. Checks if all files exist and have the proper naming schemes
prepare.sh Changes version across repo, commits README.md + CHANGELOG.md
skel A skeleton directory with the proper naming scheme + folder structure for packaging Gupax for all OS's