From 0903d78458a2f70339f643d8fd5bff7dacda4b64 Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Wed, 18 Feb 2026 23:04:41 +1300 Subject: [PATCH] fix: update .gitignore to include dist/ and modify build command in justfile :bug: --- .gitignore | 1 + justfile | 2 ++ 2 files changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index c09c4f7..b4ee593 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ *.db +dist/ venv/ .venv .idea diff --git a/justfile b/justfile index 548b0a1..35b4a81 100644 --- a/justfile +++ b/justfile @@ -83,7 +83,9 @@ build: --hidden-import=cheroot.ssl.pyopenssl \ --hidden-import=cheroot.ssl.builtin \ --noconfirm --onefile \ + --name=directdnsonly \ directdnsonly/main.py + rm -f *.spec # --------------------------------------------------------------------------- # Clean