-
-
Notifications
You must be signed in to change notification settings - Fork 279
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(windows): clone
HSTRING
so it is not dropped eagerly (#1221)
* fix(windows): move the HSTRING to callback ref: https://discord.com/channels/616186924390023171/1229300159607996437/1229300159607996437 * clone `HSTRING` Co-authored-by: Crend King <975235+CrendKing@users.noreply.github.com> * do same for brwoser args * Update webview-data-dir.md * as_ref * fmt --------- Co-authored-by: Crend King <975235+CrendKing@users.noreply.github.com>
- Loading branch information
Showing
2 changed files
with
12 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"wry": "patch" | ||
--- | ||
|
||
On Windows, fix data directory created next to the executable with a gibberish name even if it was explicitly provided in `WebConext::new` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters