summaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorRayyan Ansari <rayyan@ansari.sh>2023-02-08 17:45:02 +0000
committerRayyan Ansari <rayyan@ansari.sh>2023-02-08 17:53:33 +0000
commit37e958bfa4661a470d2450f4a117776a2c444a6d (patch)
tree762ff95fc458361418ead13b4775df812068dc4d /scripts
parent978cb163e60aeee89f9f9a64ee087558b0d417a8 (diff)
pyinstaller: remove icon
Remove pyinstaller's default executable icon by setting it to the string 'NONE'. While we're at it, update a comment.
Diffstat (limited to 'scripts')
-rw-r--r--scripts/borg.exe.spec5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/borg.exe.spec b/scripts/borg.exe.spec
index e83197b2b..473eb386c 100644
--- a/scripts/borg.exe.spec
+++ b/scripts/borg.exe.spec
@@ -1,5 +1,5 @@
# -*- mode: python -*-
-# this pyinstaller spec file is used to build borg binaries on posix platforms
+# this pyinstaller spec file is used to build borg binaries on posix platforms and Windows
import os, sys
@@ -48,7 +48,8 @@ exe = EXE(pyz,
debug=False,
strip=False,
upx=True,
- console=True)
+ console=True,
+ icon='NONE')
# Build a directory-based binary in addition to a packed
# single file. This allows one to look at all included