mirror of
https://github.com/naruxde/revpicommander.git
synced 2025-11-08 16:43:53 +01:00
8 lines
252 B
Batchfile
Executable File
8 lines
252 B
Batchfile
Executable File
@echo off
|
|
pyinstaller --noconfirm --clean -D --windowed ^
|
|
--add-data="data\\revpicommander.ico;." ^
|
|
--add-data="revpicommander\\locale;.\\locale" ^
|
|
--icon=data\\revpicommander.ico ^
|
|
--path=include ^
|
|
revpicommander\revpicommander.py
|