From 3110872310bb783ef2bff548d7cbc3a20cea0cb1 Mon Sep 17 00:00:00 2001 From: Adrien Bourmault Date: Mon, 26 Aug 2019 10:00:46 +0200 Subject: [PATCH] Added version.res --- make.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/make.bat b/make.bat index 8a8167a..2f31cc6 100644 --- a/make.bat +++ b/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