We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bec7263 commit ef5da1bCopy full SHA for ef5da1b
scripts/build-windows.ps1
@@ -35,6 +35,6 @@ poetry run python -m nuitka `
35
--product-name=DerpiWallpaper `
36
--product-version=$version `
37
--output-filename="DerpiWallpaper.exe" `
38
- --output-dir build `
+ --output-dir=build `
39
--windows-icon-from-ico="data\derpiwallpaper.ico" `
40
--include-data-files="data/*=data/"
0 commit comments