diff --git a/pyproject.toml b/pyproject.toml index 8578f95..5128916 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/data/favicon.ico", console=true} +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'