Skip to content

Commit 8a2dabd

Browse files
committed
Add more info to executable
1 parent 4bc9b31 commit 8a2dabd

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

scripts/build-linux.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ python -m nuitka \
3434
--output-dir=build \
3535
--linux-icon="data/derpiwallpaper.png" \
3636
--include-data-files="data/*=data/" \
37+
--file-description="DerpiWallpaper is an app that can set your wallpaper to a random Image from derpibooru.org!" \
38+
--company-name="tom300z" \
3739
--assume-yes-for-downloads

scripts/build-macos.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,6 @@ python -m nuitka \
3434
--output-dir=build \
3535
--macos-app-icon="data/derpiwallpaper.png" \
3636
--include-data-files="data/*=data/" \
37+
--file-description="DerpiWallpaper is an app that can set your wallpaper to a random Image from derpibooru.org!" \
38+
--company-name="tom300z" \
3739
--assume-yes-for-downloads

scripts/build-windows.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,6 @@ poetry run python -m nuitka `
3838
--output-dir=build `
3939
--windows-icon-from-ico="data\derpiwallpaper.ico" `
4040
--include-data-files="data/*=data/" `
41+
--file-description="DerpiWallpaper is an app that can set your wallpaper to a random Image from derpibooru.org!" `
42+
--company-name="tom300z" `
4143
--assume-yes-for-downloads

0 commit comments

Comments
 (0)