Browse Source

Disable default option of `--skip-install`

pull/197/head
Ionite 1 year ago committed by GitHub
parent
commit
091b7984e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      StabilityMatrix.Core/Models/Packages/A3WebUI.cs

1
StabilityMatrix.Core/Models/Packages/A3WebUI.cs

@ -148,7 +148,6 @@ public class A3WebUI : BaseGitPackage
{
Name = "Skip Install",
Type = LaunchOptionType.Bool,
InitialValue = true,
Options = new() { "--skip-install" }
},
LaunchOptionDefinition.Extras

Loading…
Cancel
Save