Skip to content

Commit

Permalink
testing out universal mac builds
Browse files Browse the repository at this point in the history
  • Loading branch information
toddtarsi committed May 8, 2024
1 parent 056c4f4 commit 35f73f4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions packages/selenium-ide/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-ide",
"version": "4.0.1-beta.10",
"version": "4.0.1-beta.11",
"private": false,
"description": "Selenium IDE electron app",
"author": "Todd <tarsitodd@gmail.com>",
Expand Down Expand Up @@ -57,9 +57,7 @@
"mac": {
"target": {
"target": "default",
"arch": [
"x64"
]
"arch": "universal"
},
"category": "public.app-category.developer-tools",
"darkModeSupport": true
Expand Down
2 changes: 1 addition & 1 deletion packages/side-runner/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selenium-side-runner",
"version": "4.0.6",
"version": "4.0.8",
"private": false,
"description": "Run Selenium IDE projects in cli",
"repository": "https://github.com/SeleniumHQ/selenium-ide",
Expand Down

0 comments on commit 35f73f4

Please sign in to comment.