ci: enable debug for windows sign
This commit is contained in:
@@ -46,6 +46,7 @@ const config: ForgeConfig = {
|
|||||||
// provisions the dlib + metadata file and exports these env vars, so local
|
// provisions the dlib + metadata file and exports these env vars, so local
|
||||||
// `yarn make` and unsigned CI builds both work unchanged.
|
// `yarn make` and unsigned CI builds both work unchanged.
|
||||||
windowsSign: process.env.AZURE_METADATA_JSON_PATH ? {
|
windowsSign: process.env.AZURE_METADATA_JSON_PATH ? {
|
||||||
|
debug: true,
|
||||||
signWithParams: [
|
signWithParams: [
|
||||||
'/v',
|
'/v',
|
||||||
'/fd', 'SHA256',
|
'/fd', 'SHA256',
|
||||||
|
|||||||
Reference in New Issue
Block a user