We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7438afb commit 6de4c7bCopy full SHA for 6de4c7b
app-shell/electron-builder.config.js
@@ -82,6 +82,8 @@ module.exports = async () => ({
82
executableName: 'opentrons',
83
category: 'Science',
84
icon: project === 'robot-stack' ? 'build/icon.icns' : 'build/three.icns',
85
+ },
86
+ appImage: {
87
license: 'build/license_en.txt',
88
},
89
publish: publishConfig,
0 commit comments