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

The runtime was rebuilt

This commit is contained in:
leaanthony 2021-09-14 10:24:40 +00:00
parent 344103739f
commit 3c25a73ae8
3 changed files with 5 additions and 9 deletions

File diff suppressed because one or more lines are too long

View File

@ -1,5 +1 @@
(() => { (()=>{window.WailsInvoke=function(e){window.chrome.webview.postMessage(e)};})();
window.WailsInvoke = function (e) {
window.chrome.webview.postMessage(e)
};
})();

File diff suppressed because one or more lines are too long