mirror of
https://github.com/PR0M3TH3AN/SeedPass.git
synced 2025-09-07 14:58:56 +00:00
6 lines
121 B
Bash
Executable File
6 lines
121 B
Bash
Executable File
#!/bin/bash
|
|
set -e
|
|
briefcase create macos --no-input
|
|
briefcase build macos --no-input
|
|
briefcase package macos --no-input
|