From fb2eb443099cef03645ca02d45ad467e3cffd4fe Mon Sep 17 00:00:00 2001 From: sroth Date: Fri, 18 Apr 2025 09:58:20 +0200 Subject: [PATCH] removes json from compilation --- src/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile.sh b/src/compile.sh index f856fc3..2d5cbe3 100644 --- a/src/compile.sh +++ b/src/compile.sh @@ -1,2 +1,2 @@ #!/usr/bin/env bash -pyinstaller --clean --add-data=files/config.ini:files --add-data=files/address_data.json:files brovski-adress-etiketten-verwaltung.py \ No newline at end of file +pyinstaller --clean --add-data=files/config.ini:files brovski-adress-etiketten-verwaltung.py \ No newline at end of file