mirror of
https://github.com/winfsp/winfsp.git
synced 2025-07-26 12:32:54 -05:00
build.version.props: MyCrossCert, MyCertIssuer
This commit is contained in:
@@ -6,8 +6,8 @@ setlocal EnableDelayedExpansion
|
||||
call "%~dp0myinfo.bat"
|
||||
|
||||
set MsiName="%MyProductName% - %MyDescription%"
|
||||
set CrossCert="%~dp0DigiCert High Assurance EV Root CA.crt"
|
||||
set Issuer="DigiCert"
|
||||
set CrossCert="%~dp0%MyCrossCert%"
|
||||
set Issuer="%MyCertIssuer%"
|
||||
set Subject="%MyCompanyName%"
|
||||
|
||||
set Configuration=Release
|
||||
|
Reference in New Issue
Block a user