From ad51e6e9991fe70196a16c8884d1f0f9fc0e6d10 Mon Sep 17 00:00:00 2001 From: slxnxl Date: Tue, 12 Mar 2024 11:33:50 +0500 Subject: [PATCH] add fix --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 83bc271..e933f4e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ APP = ['pdfcompress_gui.py'] DATA_FILES = [] OPTIONS = { - 'argv_emulation': True, + # 'argv_emulation': True, } setup(