Skip to content

Commit 991feb6

Browse files
author
nothing
committed
Added pyinstaller options. Added upx to shrink executable from 200MB to 80MB. Updated naming. Added logo
1 parent d7de6eb commit 991feb6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pyinstaller --onefile --noconsole Keychron_mice_updater.py
1+
pyinstaller --onefile --noconsole -n "Keychron mice updater" -i images/logo.ico --upx-dir=upx/ updater.py

0 commit comments

Comments
 (0)