Skip to content

Commit fb75a1e

Browse files
committed
fix: Update the configuration file path of Sogou browser
1 parent 9121178 commit fb75a1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browser/browser_windows.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ var (
112112
coccocProfilePath = homeDir + "/AppData/Local/CocCoc/Browser/User Data/Default/"
113113
yandexProfilePath = homeDir + "/AppData/Local/Yandex/YandexBrowser/User Data/Default/"
114114
dcBrowserProfilePath = homeDir + "/AppData/Local/DCBrowser/User Data/Default/"
115-
sogouProfilePath = homeDir + "/AppData/Roaming/SogouExplorer/Webkit/Default/"
115+
sogouProfilePath = homeDir + "/AppData/Local/Sogou/SogouExplorer/User Data/Default/"
116116

117117
firefoxProfilePath = homeDir + "/AppData/Roaming/Mozilla/Firefox/Profiles/"
118118
)

0 commit comments

Comments
 (0)