private void UpdateShell()
 {
     shell.AddEnvVar("BUTLER_API_KEY", preferences.itchAPIKey);
 }
Example #2
0
 public Butler(ShellWrapper shell)
 {
     this.shell = shell;
     shell.AddEnvVar("UNITY_APP_PATH", Application.dataPath);
     UpdateInstallStatus();
 }