mirror of
https://gitlab.os-k.eu/neox/CNIRevelator.git
synced 2023-08-25 14:03:10 +02:00
Build chain added !
This commit is contained in:
parent
aaac2ed01f
commit
a4ec7b945e
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,2 +1,6 @@
|
|||||||
*.pyc
|
*.pyc
|
||||||
*.log
|
*.log
|
||||||
|
*.spec
|
||||||
|
|
||||||
|
build/*
|
||||||
|
dist/*
|
||||||
|
@ -104,4 +104,4 @@ except IOError:
|
|||||||
pass
|
pass
|
||||||
|
|
||||||
print("exit")
|
print("exit")
|
||||||
#sys.exit(0)
|
sys.exit(0)
|
10
COMPILER.bat
Normal file
10
COMPILER.bat
Normal 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
BIN
id-card.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.9 KiB |
BIN
mrz.traineddata
Normal file
BIN
mrz.traineddata
Normal file
Binary file not shown.
BIN
ocr-0.2.zip
Normal file
BIN
ocr-0.2.zip
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user