From bb2769a63a35e7f8a489e75c72abf6fee921cfe7 Mon Sep 17 00:00:00 2001 From: Juhani Numminen Date: Thu, 15 Oct 2020 15:32:35 +0300 Subject: [PATCH] Change comment which had non-runnable command in it This was brought up on a mailing list https://groups.google.com/d/msg/foss-card-games/uJLry-w498E/HmwiTxUkDQAJ --- setup_osx.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup_osx.py b/setup_osx.py index e57f6e31..bbb3749f 100644 --- a/setup_osx.py +++ b/setup_osx.py @@ -1,6 +1,6 @@ """ -Usage: - python setup.py py2app +Command to create a macOS app bundle: + PYTHONPATH=. python3 setup_osx.py py2app """ import os