mirror of
https://gitlab.os-k.eu/neox/CNIRevelator.git
synced 2023-08-25 14:03:10 +02:00
Added version.res
This commit is contained in:
parent
46b7eb8c26
commit
3110872310
4
make.bat
4
make.bat
@ -4,9 +4,9 @@ title Compilation de CNIRevelator
|
||||
|
||||
|
||||
|
||||
call pyinstaller -w -D --exclude-module PyQt5 --bootloader-ignore-signals --add-data "C:\Users\pf04950\AppData\Local\Continuum\anaconda3\Lib\site-packages\tld\res\effective_tld_names.dat.txt";"tld\res" --add-data "src\id-card.ico";"id-card.ico" -i "src\id-card.ico" -n CNIRevelator src\CNIRevelator.py
|
||||
call pyinstaller -w -D --exclude-module PyQt5 --bootloader-ignore-signals --add-data "C:\Users\pf04950\AppData\Local\Continuum\anaconda3\Lib\site-packages\tld\res\effective_tld_names.dat.txt";"tld\res" --add-data "src\id-card.ico";"id-card.ico" -i "src\id-card.ico" --version-file "src\version.res" -n CNIRevelator src\CNIRevelator.py
|
||||
|
||||
call pyi-set_version "src\version.res" "dist\CNIRevelator\CNIRevelator.exe"
|
||||
rem call pyi-set_version "src\version.res" "dist\CNIRevelator\CNIRevelator.exe"
|
||||
|
||||
copy LICENSE dist\CNIRevelator\LICENSE
|
||||
copy src\id-card.ico dist\CNIRevelator\id-card.ico
|
||||
|
Loading…
Reference in New Issue
Block a user