From 074b321f3c809a37b025c2dca233eb896139dc17 Mon Sep 17 00:00:00 2001 From: beserge Date: Sat, 19 Feb 2022 09:27:05 -0500 Subject: [PATCH] Create macos build script --- utility/build_macos.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 utility/build_macos.sh diff --git a/utility/build_macos.sh b/utility/build_macos.sh new file mode 100755 index 0000000..b031a43 --- /dev/null +++ b/utility/build_macos.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +pyinstaller -w -F -i "resources/macos_icons/tamago.icns" tamago.py