mirror of
https://gitlab.os-k.eu/neox/CNIRevelator.git
synced 2023-08-25 14:03:10 +02:00
Add files via upload
This commit is contained in:
parent
34922d6ed5
commit
b77283a3ae
19
make.bat
19
make.bat
@ -1,10 +1,21 @@
|
||||
@echo off
|
||||
@echo off
|
||||
|
||||
title Compilation de CNIRevelator
|
||||
|
||||
|
||||
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 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 "id-card.ico";"id-card.ico" -i "id-card.ico" --add-data "background.png";"background.png" -i "background.png" -n CNIRevelator src\CNIRevelator.py
|
||||
|
||||
|
||||
copy LICENSE dist\CNIRevelator\
|
||||
copy id-card.ico dist\CNIRevelator\
|
||||
|
||||
copy LICENSE dist\CNIRevelator\
|
||||
|
||||
copy src\id-card.ico dist\CNIRevelator\
|
||||
|
||||
copy src\background.png dist\CNIRevelator\
|
||||
|
||||
|
||||
D:\Public\CNIRevelator-master\CNIRevelator-master\signtool_8.1\signtool\signtool.exe sign /n "CNIRevelator by Adrien Bourmault (neox95)" dist\CNIRevelator\CNIRevelator.exe
|
||||
|
||||
pause
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user