mirror of
https://github.com/wailsapp/wails.git
synced 2025-05-04 07:12:01 +08:00
[v2] More updates
This commit is contained in:
parent
2cb93b4b4b
commit
15ed02b78c
1
.github/workflows/runtime.yml
vendored
1
.github/workflows/runtime.yml
vendored
@ -27,4 +27,3 @@ jobs:
|
|||||||
github_token: "${{ secrets.GITHUB_TOKEN }}"
|
github_token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
commit_prefix: "[AUTO]"
|
commit_prefix: "[AUTO]"
|
||||||
commit_message: "The runtime was rebuilt"
|
commit_message: "The runtime was rebuilt"
|
||||||
target_branch: v2-alpha
|
|
||||||
|
@ -4,5 +4,5 @@
|
|||||||
* @return {void}
|
* @return {void}
|
||||||
*/
|
*/
|
||||||
export function BrowserOpenURL(url) {
|
export function BrowserOpenURL(url) {
|
||||||
window.WailsInvoke('BO:' + url)
|
window.WailsInvoke('BO:' + url);
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user