mirror of
https://github.com/3minbe/DBC_Converter.git
synced 2026-05-17 01:23:58 +09:00
5 lines
143 B
Batchfile
5 lines
143 B
Batchfile
pyinstaller -w -F -n DBC_Converter^
|
|
--icon="icon/icon.ico"^
|
|
--add-data="icon/*;/icon"^
|
|
--add-data="icon.ioc;/icon/"^
|
|
DBC_Converter.py |