Added LICENSE.rtf to repo and installer

removed LICENSE file
This commit is contained in:
Marco Batzinger 2020-11-03 17:11:30 +01:00
parent d3dd1d9bc6
commit 879e1f9cc7
4 changed files with 883 additions and 676 deletions

View file

@ -7,7 +7,7 @@
public const string SETUP_DRIVER_EXE = "setupdrv.exe";
public const string AGENT_PROGRESS_EXE = "VPDAgentProgress.exe";
public const string DILIVERY_EXE = "delivery.exe";
public const string LICENCE_FILE = "";
public const string LICENCE_FILE = "LICENSE.rtf";
public const string PRE_CONVERTER = @"C:\Program Files (x86)\MyPreConverter.exe ARG";
public const string POST_CONVERTER = @"C:\Program Files (x86)\MyPostConverter.exe ARG";
}