We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 479e4bf + 09027fd commit da4ad22Copy full SHA for da4ad22
2 files changed
Makefile
@@ -158,6 +158,8 @@ executable: $(VENV_BIN_ACTIVATE)
158
--output-dir=dist \
159
--report=compilation-report.xml \
160
--output-filename=codexctl \
161
+ --product-version=$(shell date +%Y.%m.%d) \
162
+ --file-version=$(shell date +%H.%M.%S) \
163
$(CODEXCTL_FLAGS) \
164
main.py
165
main.py
@@ -6,6 +6,8 @@
6
# nuitka-project: --include-package=google
7
# nuitka-project: --noinclude-unittest-mode=allow
8
# nuitka-project: --nofollow-import-to=setuptools
9
+# nuitka-project-if: {OS} == "Darwin":
10
+# nuitka-project: --onefile-tempdir-spec="{CACHE_DIR}/codexctl/{VERSION}"
11
12
from codexctl import main
13
0 commit comments