mirror of
https://gitlab.os-k.eu/neox/CNIRevelator.git
synced 2023-08-25 14:03:10 +02:00
11 lines
373 B
Batchfile
11 lines
373 B
Batchfile
@echo off
|
|
set /p version=Numero de version:
|
|
|
|
|
|
title Compilation du programme final
|
|
|
|
call pyinstaller -w -D --exclude-module PyQt5 --bootloader-ignore-signals --add-data "C:\users\adrie\Anaconda3\Lib\site-packages\tld\res\effective_tld_names.dat.txt";"tld\res" --add-data "id-card.ico";"id-card.ico" -i "id-card.ico" -n CNIRevelator_%version%.exe CNI_Revelator.py
|
|
|
|
pause
|
|
|