Skip to content

Commit

Permalink
update makefile and configs
Browse files Browse the repository at this point in the history
  • Loading branch information
shlokamin committed Aug 5, 2024
1 parent 5b2fc17 commit 5b27a96
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app-shell-odd/electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

module.exports = {
appId: 'com.opentrons.odd',
electronVersion: '27.0.0',
electronVersion: '31.3.1',
npmRebuild: false,
files: [
'**/*',
Expand Down
2 changes: 1 addition & 1 deletion app-shell/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ no_python_bundle ?=

builder := yarn electron-builder \
--config electron-builder.config.js \
--config.electronVersion=27.0.0 \
--config.electronVersion=31.3.1 \
--publish never


Expand Down
2 changes: 1 addition & 1 deletion app-shell/electron-builder.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const publishConfig =
module.exports = async () => ({
appId:
project === 'robot-stack' ? 'com.opentrons.app' : 'com.opentrons.appot3',
electronVersion: '27.0.0',
electronVersion: '31.3.1',
npmRebuild: false,
releaseInfo: {
releaseNotesFile:
Expand Down

0 comments on commit 5b27a96

Please sign in to comment.