Fix up dev. Pull in go-webview and winc

This commit is contained in:
Lea Anthony
2022-03-29 21:45:16 +11:00
parent c78ee7e49b
commit a5bf76b30f
131 changed files with 17561 additions and 128 deletions
+2 -3
View File
@@ -173,9 +173,8 @@ Your system is ready for Wails development!
| -devserverurl "url" | Use 3rd party dev server url, EG Vite | "http://localhost:34115" |
| -appargs "args" | Arguments passed to the application in shell style | |
| -platform "platform" | Platform/Arch to target | `runtime.GOOS` |
If the `assetdir`, `reloaddirs`, `wailsjsdir`, `debounce` or `devserverurl` flags are provided on the command line, they are saved in
`wails.json`, and become the defaults for subsequent invocations.
| -save | Saves the given `assetdir`, `reloaddirs`, `wailsjsdir`, `debounce` and `devserverurl` flags in
`wails.json` to become the defaults for subsequent invocations. | |
Example: