5
0
mirror of https://github.com/wailsapp/wails.git synced 2025-05-04 19:21:21 +08:00
wails/v2
Nan0 2065600096
Feature: set browser path (#1448)
* Added option to specify webview2 path

* Added `manual` webview strategy

* Update documentation

* Fixed build with manual tag

* Check for browser directory existence

* Added version check for manually specified webview, removed fallback for installed webview in manual strategy

* Update WebviewBrowserPath documentation

* Replaced deprecated StringToUTF16Ptr

* Return on error

* Removed manual strategy, return error in wv2installer for fixed runtime

* Removed manual strategy from CLI
2022-06-25 07:49:00 +10:00
..
cmd/wails Regenerate templates to use BackgroundColour 2022-06-23 20:30:18 +10:00
internal Feature: set browser path (#1448) 2022-06-25 07:49:00 +10:00
pkg Feature: set browser path (#1448) 2022-06-25 07:49:00 +10:00
go.mod Set Window Background colour if provided + debounce redraw option (#1466) 2022-06-20 17:47:13 +10:00
go.sum Set Window Background colour if provided + debounce redraw option (#1466) 2022-06-20 17:47:13 +10:00
init_windows.go [windows] Lint fixes 2021-06-21 09:58:10 +10:00
init.go chore: run go fmt ./... and go mod tidy 2021-11-25 12:14:27 +08:00
NOTES.md Merge commit 'a213e8bcd1d8e4e5c764978879d875d2d55dd400' as 'v2' 2020-09-15 19:52:54 -05:00
README.md [v2] Update Workflow 2021-09-13 20:04:08 +10:00
wails.go Add BackgroundColour and deprecate RGBA (#1475) 2022-06-21 19:47:05 +10:00

Wails v2 ALPHA

This branch contains WORK IN PROGRESS! There are no guarantees. Use at your peril!

This document will be updated as progress is made.