Skip to content

Commit

Permalink
set electron version in electron-builder configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
imolorhe committed Sep 24, 2023
1 parent 69ad749 commit fa81ed7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 1 addition & 5 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,5 @@
"packages/*",
"libs/*"
]
},
"nohoist": [
"**/electron",
"**/electron/**"
]
}
}
1 change: 1 addition & 0 deletions packages/altair-electron/electron-builder.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
appId: com.xkoji.altair
productName: Altair GraphQL Client
electronVersion: 26.2.2
directories:
buildResources: resources
output: out
Expand Down

0 comments on commit fa81ed7

Please sign in to comment.