Skip to content

Commit 5404251

Browse files
committed
take my own advice on .pyw files
This commit was sponsored by Blaise Pabon, Al Sweigart, Jardo, and my other patrons. If you want to join them, you can support my work at https://glyph.im/patrons/.
1 parent d7898b8 commit 5404251

4 files changed

+3
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

py2app_setup.py

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ def check_mode() -> str:
2626

2727
MODE = check_mode()
2828

29-
APP = [f"mac/{MODE}Pomodouroboros.py"]
29+
APP = [
30+
f"mac/{MODE}Pomodouroboros.pyw",
31+
]
3032
DATA_FILES = [
3133
"IBFiles/GoalListWindow.xib",
3234
"IBFiles/IntentionEditor.xib",

0 commit comments

Comments
 (0)