Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
mjhuff committed Dec 12, 2024
1 parent c932ab3 commit 5b45b8b
Show file tree
Hide file tree
Showing 7 changed files with 10 additions and 10 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: '33.2.1',
electronVersion: '27.0.0',
npmRebuild: false,
files: [
'**/*',
Expand Down
2 changes: 1 addition & 1 deletion app-shell-odd/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"types": "lib/main.d.ts",
"scripts": {
"start": "make dev",
"rebuild": "electron-rebuild --force-abi=3.71.0"
"rebuild": "electron-rebuild"
},
"repository": {
"type": "git",
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=33.2.1 \
--config.electronVersion=27.0.0 \
--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: '33.2.1',
electronVersion: '27.0.0',
npmRebuild: false,
releaseInfo: {
releaseNotesFile:
Expand Down
2 changes: 1 addition & 1 deletion app-shell/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"types": "lib/main.d.ts",
"scripts": {
"start": "make dev",
"rebuild": "electron-rebuild --force-abi=3.71.0"
"rebuild": "electron-rebuild"
},
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
"cz-conventional-changelog": "2.1.0",
"decompress": "4.2.1",
"download": "8.0.0",
"electron": "33.2.1",
"electron": "27.0.0",
"electron-builder": "25.1.8",
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.1.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -10707,10 +10707,10 @@ [email protected]:
semver "^7.6.3"
tiny-typed-emitter "^2.1.0"

electron@33.2.1:
version "33.2.1"
resolved "https://registry.yarnpkg.com/electron/-/electron-33.2.1.tgz#d0d7bba7a7abf4f14881d0a6e03c498b301a2d5f"
integrity sha512-SG/nmSsK9Qg1p6wAW+ZfqU+AV8cmXMTIklUL18NnOKfZLlum4ZsDoVdmmmlL39ZmeCaq27dr7CgslRPahfoVJg==
electron@31.7.6:
version "31.7.6"
resolved "https://registry.yarnpkg.com/electron/-/electron-31.7.6.tgz#c3eccfdd2209cd782e9c2a1fc3b9a5532406928d"
integrity sha512-fc2kMaEc/zxGTW6oCxbuE7BQNOlDucSo+351AiovBAcp7G0iQkVu3k2kHIQolSsD38+tPdBj/N02DVpZTzi7rg==
dependencies:
"@electron/get" "^2.0.0"
"@types/node" "^20.9.0"
Expand Down

0 comments on commit 5b45b8b

Please sign in to comment.