summaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorRaindropsSys <contact@minteck.org>2023-07-01 13:01:42 +0200
committerRaindropsSys <contact@minteck.org>2023-07-01 13:01:42 +0200
commit1a94a25c0ff438863538346c6f44fa5e26b499e9 (patch)
treee1c0f0fe61bd6d219015941b41c3ba0bb2bc6bc0 /build.sh
downloadautogpg-1a94a25c0ff438863538346c6f44fa5e26b499e9.tar.gz
autogpg-1a94a25c0ff438863538346c6f44fa5e26b499e9.tar.bz2
autogpg-1a94a25c0ff438863538346c6f44fa5e26b499e9.zip
Initial commit
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build.sh b/build.sh
new file mode 100755
index 0000000..3bed7be
--- /dev/null
+++ b/build.sh
@@ -0,0 +1,2 @@
+#!/bin/bash
+npx electron-packager --icon ./icon.icns --overwrite --platform darwin --arch universal ./ \ No newline at end of file