Build chain added !

This commit is contained in:
Adrien Bourmault 2019-07-01 21:45:07 +02:00
parent aaac2ed01f
commit a4ec7b945e
6 changed files with 15 additions and 1 deletions

4
.gitignore vendored
View File

@ -1,2 +1,6 @@
*.pyc
*.log
*.spec
build/*
dist/*

View File

@ -104,4 +104,4 @@ except IOError:
pass
print("exit")
#sys.exit(0)
sys.exit(0)

10
COMPILER.bat Normal file
View File

@ -0,0 +1,10 @@
@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

BIN
id-card.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.9 KiB

BIN
mrz.traineddata Normal file

Binary file not shown.

BIN
ocr-0.2.zip Normal file

Binary file not shown.