Skip to content

Commit

Permalink
Update bundled electron to v21.x
Browse files Browse the repository at this point in the history
  • Loading branch information
olof-nord committed Nov 6, 2022
1 parent e8bfb67 commit 36b0ac3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion bundler.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"app_name": "axolotl-electron-bundle",
"icon_path_darwin": "axolotl-web/public/axolotl.png",
"icon_path_linux": "axolotl-web/public/axolotl.png",
"version_electron": "20.2.0",
"version_electron": "21.0.1",
"version_astilectron":"0.56.0",
"resources_path": "axolotl-web/dist"
}
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ func runElectron() {
AppIconDefaultPath: "axolotl-web/public/axolotl.png", // If path is relative, it must be relative to the data directory
AppIconDarwinPath: "axolotl-web/public/axolotl.png", // Same here
BaseDirectoryPath: electronPath,
VersionElectron: "20.2.0",
VersionElectron: "21.0.1",
VersionAstilectron: "0.56.0",
SingleInstance: true,
ElectronSwitches: electronSwitches,
Expand Down

0 comments on commit 36b0ac3

Please sign in to comment.