Skip to content

Commit ef5da1b

Browse files
committed
Fix option
1 parent bec7263 commit ef5da1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build-windows.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,6 @@ poetry run python -m nuitka `
3535
--product-name=DerpiWallpaper `
3636
--product-version=$version `
3737
--output-filename="DerpiWallpaper.exe" `
38-
--output-dir build `
38+
--output-dir=build `
3939
--windows-icon-from-ico="data\derpiwallpaper.ico" `
4040
--include-data-files="data/*=data/"

0 commit comments

Comments
 (0)