Skip to content

Commit

Permalink
Merge pull request #836 from nanu-c/update-astilectron-version
Browse files Browse the repository at this point in the history
Update astilectron bundler
  • Loading branch information
nanu-c authored Jun 22, 2022
2 parents b571e05 + cda81ef commit bb0a189
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 @@ -3,6 +3,6 @@
"icon_path_darwin": "axolotl-web/public/axolotl.png",
"icon_path_linux": "axolotl-web/public/axolotl.png",
"version_electron": "18.0.1",
"version_astilectron":"0.51.0",
"version_astilectron":"0.55.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 @@ -82,7 +82,7 @@ func runElectron() {
AppIconDarwinPath: "axolotl-web/public/axolotl.png", // Same here
BaseDirectoryPath: electronPath,
VersionElectron: "18.0.1",
VersionAstilectron: "0.51.0",
VersionAstilectron: "0.55.0",
SingleInstance: true,
ElectronSwitches: electronSwitches,
}
Expand Down

0 comments on commit bb0a189

Please sign in to comment.