Compare commits
2 Commits
107e71189c
...
8ab838839a
Author | SHA1 | Date | |
---|---|---|---|
8ab838839a | |||
ef3aa58fe9 |
@ -22,6 +22,15 @@ pywin32 = "^308"
|
|||||||
[tool.poetry.scripts]
|
[tool.poetry.scripts]
|
||||||
DailyWallpaper = "app.main:main"
|
DailyWallpaper = "app.main:main"
|
||||||
|
|
||||||
|
# https://pypi.org/project/poetry-pyinstaller-plugin/
|
||||||
|
# https://stackoverflow.com/a/78050613
|
||||||
|
[tool.poetry-pyinstaller-plugin.package]
|
||||||
|
providers = "."
|
||||||
|
settings = "."
|
||||||
|
|
||||||
|
[tool.poetry-pyinstaller-plugin.scripts]
|
||||||
|
DailyWallpaper = { source = "app/main.py", type = "onefile", bundle = false }
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry-core"]
|
requires = ["poetry-core"]
|
||||||
build-backend = "poetry.core.masonry.api"
|
build-backend = "poetry.core.masonry.api"
|
||||||
|
Loading…
Reference in New Issue
Block a user