Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 7b28fae

Browse filesBrowse files
do not run custom signing locally
1 parent e80f244 commit 7b28fae
Copy full SHA for 7b28fae

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎electron-app/scripts/windowsCustomSign.js

Copy file name to clipboardExpand all lines: electron-app/scripts/windowsCustomSign.js
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
const childProcess = require('child_process');
22

33
exports.default = async function (configuration) {
4+
if (!process.env.GITHUB_ACTIONS) {
5+
return;
6+
}
7+
48
const SIGNTOOL_PATH = process.env.SIGNTOOL_PATH;
59
const INSTALLER_CERT_WINDOWS_CER = process.env.INSTALLER_CERT_WINDOWS_CER;
610
const CERT_PASSWORD = process.env.WIN_CERT_PASSWORD;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.