From e4be1450f411fdb0880a84cf8f28919ee0d2710b Mon Sep 17 00:00:00 2001 From: Daniel <845765@qq.com> Date: Tue, 24 Dec 2024 10:12:53 +0800 Subject: [PATCH] :recycle: Upgrade to Electron v32.2.7 https://github.com/siyuan-note/siyuan/issues/13566 --- app/electron-builder-arm64.yml | 9 ++++----- app/electron-builder.yml | 9 ++++----- 2 files changed, 8 insertions(+), 10 deletions(-) diff --git a/app/electron-builder-arm64.yml b/app/electron-builder-arm64.yml index 5d4b1efde..9136b2e13 100644 --- a/app/electron-builder-arm64.yml +++ b/app/electron-builder-arm64.yml @@ -19,11 +19,10 @@ win: - from: "kernel-arm64" to: "kernel" requestedExecutionLevel: "asInvoker" - # certificateSubjectName: "Yunnan Liandi Technology Co., Ltd." - signingHashAlgorithms: [ 'sha256' ] - #rfc3161TimeStampServer: "http://sha256timestamp.ws.symantec.com/sha256/timestamp" - #rfc3161TimeStampServer: "http://time.certum.pl" - rfc3161TimeStampServer: "http://timestamp.entrust.net/TSS/RFC3161sha2TS" + signtoolOptions: + #certificateSubjectName: "Yunnan Liandi Technology Co., Ltd." + signingHashAlgorithms: [ 'sha256' ] + rfc3161TimeStampServer: "http://timestamp.entrust.net/TSS/RFC3161sha2TS" target: - target: "nsis" arch: "arm64" diff --git a/app/electron-builder.yml b/app/electron-builder.yml index e3795adf1..7ba8628c2 100644 --- a/app/electron-builder.yml +++ b/app/electron-builder.yml @@ -19,11 +19,10 @@ win: - from: "kernel" to: "kernel" requestedExecutionLevel: "asInvoker" - # certificateSubjectName: "Yunnan Liandi Technology Co., Ltd." - signingHashAlgorithms: [ 'sha256' ] - #rfc3161TimeStampServer: "http://sha256timestamp.ws.symantec.com/sha256/timestamp" - #rfc3161TimeStampServer: "http://time.certum.pl" - rfc3161TimeStampServer: "http://timestamp.entrust.net/TSS/RFC3161sha2TS" + signtoolOptions: + #certificateSubjectName: "Yunnan Liandi Technology Co., Ltd." + signingHashAlgorithms: [ 'sha256' ] + rfc3161TimeStampServer: "http://timestamp.entrust.net/TSS/RFC3161sha2TS" target: - target: "nsis" nsis: