Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 6 additions & 5 deletions app-shell/electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -65,13 +65,14 @@
},
win: {
target: ['nsis'],
publisherName: 'Opentrons Labworks Inc.',
icon: project === 'robot-stack' ? 'build/icon.ico' : 'build/three.ico',
forceCodeSigning: WINDOWS_SIGN,
rfc3161TimeStampServer: 'http://timestamp.digicert.com',
sign: 'scripts/windows-custom-sign.js',
signDlls: true,
signingHashAlgorithms: ['sha256'],
signtoolOptions: {
publisherName: 'Opentrons Labworks Inc.',
rfc3161TimeStampServer: 'http://timestamp.digicert.com',
sign: 'scripts/windows-custom-sign.js',
signingHashAlgorithms: ['sha256'],
},

Check warning on line 75 in app-shell/electron-builder.config.js

View check run for this annotation

Codecov / codecov/patch

app-shell/electron-builder.config.js#L70-L75

Added lines #L70 - L75 were not covered by tests
},
nsis: {
oneClick: false,
Expand Down
5 changes: 4 additions & 1 deletion app-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,9 @@
},
"homepage": "https://github.com/Opentrons/opentrons",
"workspaces": {
"nohoist": ["**"]
"nohoist": [
"**"
]
},
"devDependencies": {
"electron-notarize": "^1.2.1",
Expand All @@ -41,6 +43,7 @@
"@types/lodash": "^4.14.191",
"@types/pump": "^1.1.0",
"@types/uuid": "^3.4.7",
"agent-base": "6.0.2",
"ajv": "6.12.3",
"axios": "^0.21.1",
"dateformat": "3.0.3",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
"decompress": "4.2.1",
"download": "8.0.0",
"electron": "33.2.1",
"electron-builder": "25.1.8",
"electron-builder": "26.0.15",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.1.0",
"eslint-config-standard": "^16.0.2",
Expand Down
Loading
Loading