5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-03 03:40:12 +08:00

[v2] More updates

This commit is contained in:
Lea Anthony 2021-09-13 20:48:41 +10:00
parent 2cb93b4b4b
commit 15ed02b78c
2 changed files with 1 additions and 2 deletions

View File

@ -27,4 +27,3 @@ jobs:
github_token: "${{ secrets.GITHUB_TOKEN }}"
commit_prefix: "[AUTO]"
commit_message: "The runtime was rebuilt"
target_branch: v2-alpha

View File

@ -4,5 +4,5 @@
* @return {void}
*/
export function BrowserOpenURL(url) {
window.WailsInvoke('BO:' + url)
window.WailsInvoke('BO:' + url);
}