mirror of
https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-10-01 15:46:39 +08:00
using this version from github fixed data_directory for webkitgtk
This commit is contained in:
parent
d306491e88
commit
29296d42d7
@ -26,6 +26,9 @@ tauri = { version = "2.0.0-rc.15", features = [] }
|
|||||||
tauri-plugin-log = "2.0.0-rc"
|
tauri-plugin-log = "2.0.0-rc"
|
||||||
tauri-plugin-http = "2.0.0-rc"
|
tauri-plugin-http = "2.0.0-rc"
|
||||||
|
|
||||||
|
[replace]
|
||||||
|
# using this version from github fixed data_directory for webkitgtk
|
||||||
|
"wry:0.43.1" = { git = "https://github.com/lloydzhou/wry", branch="webkitgtk-data_manager-directory" }
|
||||||
|
|
||||||
# Optimize for smaller binary size
|
# Optimize for smaller binary size
|
||||||
[profile.release]
|
[profile.release]
|
||||||
|
Loading…
Reference in New Issue
Block a user