-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
876575f
commit 91d40d6
Showing
1 changed file
with
4 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,10 @@ jobs: | |
TARGET: macos | ||
PY_VERSION: "3.10" | ||
CMD_BUILD: | | ||
# https://github.com/actions/setup-python/issues/649#issuecomment-1636160793 | ||
# https://github.com/python/devguide/pull/1058#issuecomment-1479229149 | ||
brew install pkg-config [email protected] xz gdbm tcl-tk | ||
brew link tcl-tk | ||
SC_COMPILE_ARCH=x86_64 python ./compile.py | ||
cp ./scripts/hold_control_and_click_open_me_first.command ./ | ||
zip -r9 sticker-convert-macos-x86_64.zip sticker-convert.app hold_control_and_click_open_me_first.command | ||
|