mirror of
https://forge.fsky.io/oneflux/omegafox.git
synced 2026-02-11 00:32:03 -08:00
- Use GetEnvironmentVariableW to get CAMOU_CONFIG in UTF-16 instead of ANSI on Windows. Prevents data loss. - Added ability to pass in CAMOU_CONFIG in multiple environment variables - Split environment variables into 2047 character chunks on Windows - Use github.com/goccy/go-json for faster JSON encoding - Fix Windows not finding relative camoufox.exe file
7 lines
125 B
Modula-2
7 lines
125 B
Modula-2
module launch
|
|
|
|
go 1.22.5
|
|
|
|
require github.com/mileusna/useragent v1.3.4
|
|
|
|
require github.com/goccy/go-json v0.10.3 // indirect
|