Even though the gpgConfigBasepath can be overwritten via CLI, could you update the default value?
basePath = filepath.Join(homeDir, "AppData", "Local", "gnupg") Instead of:
|
basePath = filepath.Join(homeDir, "AppData", "Roaming", "gnupg") |
Useful resources:
Even though the
gpgConfigBasepathcan be overwritten via CLI, could you update the default value?basePath = filepath.Join(homeDir, "AppData", "Local", "gnupg")Instead of:wsl2-ssh-bridge/main.go
Line 151 in 21299a0
Useful resources: