added field for environment variables

This commit is contained in:
aomizu
2025-05-29 17:04:34 +09:00
parent 096855f74b
commit 29d2e8e09c
5 changed files with 36 additions and 7 deletions

View File

@@ -10,6 +10,7 @@ type UserPrefs struct {
SuppressedUpdateVersion string `json:"suppressed_update_version"`
TurtleWoWPath string `json:"turtlewow_path"`
CrossOverPath string `json:"crossover_path"`
EnvironmentVariables string `json:"environment_variables"`
}
func getPrefsPath() (string, error) {