File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -142,18 +142,23 @@ done
142142
143143
144144func getRing2EXEConte nt
145- return `aLibra ry = [:na me = :webvi ew ,
146- :tit le = "WebView" ,
147- :windowsfil es = [
145+ return `aLibra ry = [
146+ :na me = :webvi ew ,
147+ :tit le = "WebView" ,
148+ :windowsfil es = [
148149 "ring_webview.dll"
149- ],
150- :linuxfil es = [
150+ ],
151+ :linuxfil es = [
151152 "libring_webview.so"
152- ],
153- :macosxfil es = [
153+ ],
154+ :macosxfil es = [
154155 "libring_webview.dylib"
155- ],
156- :ubuntud ep = "libgtk-4-1 libwebkitgtk-6.0-4" ,
157- :fedorad ep = "gtk4 webkitgtk6.0" ,
158- :macosxd ep = ""
159- ]`
156+ ],
157+ :freebsdfil es = [
158+ "libring_webview.so"
159+ ],
160+ :ubuntud ep = "libgtk-4-1 libwebkitgtk-6.0-4" ,
161+ :fedorad ep = "gtk4 webkitgtk6.0" ,
162+ :macosxd ep = "" ,
163+ :freebsdd ep = "webkit2-gtk_60"
164+ ]`
You can’t perform that action at this time.
0 commit comments