From 48b9045dc448fe895f318e0059a60937b9dd2533 Mon Sep 17 00:00:00 2001 From: neox95 Date: Sun, 11 Aug 2019 19:02:01 +0200 Subject: [PATCH] Preparing 3.0.7 release --- make.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.bat b/make.bat index bbe8cd2..5d6414b 100644 --- a/make.bat +++ b/make.bat @@ -10,7 +10,7 @@ call pyinstaller -w -D --exclude-module PyQt5 --bootloader-ignore-signals --add- copy LICENSE dist\CNIRevelator\LICENSE copy src\id-card.ico dist\CNIRevelator\id-card.ico -copy src\background.png dist\CNIRevelator\background.png +copy src\*.png dist\CNIRevelator\*.png signtool_8.1\signtool\signtool.exe sign /n "CNIRevelator by Adrien Bourmault (neox95)" dist\CNIRevelator\CNIRevelator.exe