From e3d8b94bd6006422529250dbff13e236bea83501 Mon Sep 17 00:00:00 2001 From: sroth Date: Sat, 19 Apr 2025 14:15:38 +0200 Subject: [PATCH] update compile script for removed config.ini --- src/compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compile.sh b/src/compile.sh index 2d5cbe3..bb75668 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 brovski-adress-etiketten-verwaltung.py \ No newline at end of file +pyinstaller --clean brovski-adress-etiketten-verwaltung.py