Skip to content

Commit 9034c12

Browse files
committed
Add --assume-yes-for-downloads
1 parent ef5da1b commit 9034c12

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

scripts/build-linux.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ python -m nuitka \
3333
--output-filename="DerpiWallpaper" \
3434
--output-dir=build \
3535
--linux-icon="data/derpiwallpaper.png" \
36-
--include-data-files="data/*=data/"
36+
--include-data-files="data/*=data/" \
37+
--assume-yes-for-downloads

scripts/build-macos.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,4 +33,5 @@ python -m nuitka \
3333
--output-filename="DerpiWallpaper" \
3434
--output-dir=build \
3535
--macos-app-icon="data/derpiwallpaper.png" \
36-
--include-data-files="data/*=data/"
36+
--include-data-files="data/*=data/" \
37+
--assume-yes-for-downloads

scripts/build-windows.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,5 @@ poetry run python -m nuitka `
3737
--output-filename="DerpiWallpaper.exe" `
3838
--output-dir=build `
3939
--windows-icon-from-ico="data\derpiwallpaper.ico" `
40-
--include-data-files="data/*=data/"
40+
--include-data-files="data/*=data/" `
41+
--assume-yes-for-downloads

0 commit comments

Comments
 (0)