Skip to content

Commit

Permalink
move key
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Jun 27, 2024
1 parent 7438afb commit 6de4c7b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app-shell/electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,8 @@ module.exports = async () => ({
executableName: 'opentrons',
category: 'Science',
icon: project === 'robot-stack' ? 'build/icon.icns' : 'build/three.icns',
},
appImage: {
license: 'build/license_en.txt',
},
publish: publishConfig,
Expand Down

0 comments on commit 6de4c7b

Please sign in to comment.