diff --git a/pyproject.toml b/pyproject.toml index b85c34e..ba9b1cb 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,5 +1,5 @@ -[tool.poetry-pyinstaller-plugin.scripts] -webp_to_png = { source = "webp_to_png/__main__.pyw", type = "onefile", bundle = false, icon="../../../../webp_to_png/program_data/favicon.ico", console=true} +# [tool.poetry-pyinstaller-plugin.scripts] +# webp_to_png = { source = "webp_to_png/__main__.pyw", type = "onefile", bundle = false, icon="../../../../webp_to_png/program_data/favicon.ico", console=true} # [tool.poetry-pyinstaller-plugin.collect] # Collect all submodules, data files & binaries for 'package_A' and 'package_B'