Add Briefcase packaging docs and scripts

This commit is contained in:
thePR0M3TH3AN
2025-08-08 09:24:25 -04:00
parent 3ef0446e26
commit 593b173e95
7 changed files with 98 additions and 1 deletions

5
packaging/build-macos.sh Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
set -e
briefcase create macos --no-input
briefcase build macos --no-input
briefcase package macos --no-input