Skip to content

Commit da4ad22

Browse files
authored
Merge pull request #170 from Jayy001/tmpdir-spec
Use tempdir-spec on macos
2 parents 479e4bf + 09027fd commit da4ad22

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,8 @@ executable: $(VENV_BIN_ACTIVATE)
158158
--output-dir=dist \
159159
--report=compilation-report.xml \
160160
--output-filename=codexctl \
161+
--product-version=$(shell date +%Y.%m.%d) \
162+
--file-version=$(shell date +%H.%M.%S) \
161163
$(CODEXCTL_FLAGS) \
162164
main.py
163165

main.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
# nuitka-project: --include-package=google
77
# nuitka-project: --noinclude-unittest-mode=allow
88
# nuitka-project: --nofollow-import-to=setuptools
9+
# nuitka-project-if: {OS} == "Darwin":
10+
# nuitka-project: --onefile-tempdir-spec="{CACHE_DIR}/codexctl/{VERSION}"
911

1012
from codexctl import main
1113

0 commit comments

Comments
 (0)