File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -150,7 +150,7 @@ public static class FPM
150150 // Pointer to main form
151151 public static Main Main { get => ( Main ) Application . OpenForms [ "Main" ] ; }
152152 // Internet location of component list XML
153- public static string ListURL { get ; set ; } = "https://nexus-dev.unstable.life/repository/development /components.xml" ;
153+ public static string ListURL { get ; set ; } = "https://nexus-dev.unstable.life/repository/stable /components.xml" ;
154154 // The parsed component list XML
155155 public static XmlDocument XmlTree { get ; set ; }
156156
Original file line number Diff line number Diff line change @@ -180,7 +180,7 @@ public static class FPM
180180 // Name of configuration file
181181 public static string ConfigFile { get ; set ; } = "fpm.cfg" ;
182182 // Internet location of component list XML
183- public static string ListURL { get ; set ; } = "https://nexus-dev.unstable.life/repository/development /components.xml" ;
183+ public static string ListURL { get ; set ; } = "https://nexus-dev.unstable.life/repository/stable /components.xml" ;
184184 // Path to the local Flashpoint copy
185185 public static string SourcePath { get ; set ; } = Debugger . IsAttached
186186 ? Path . Combine ( Path . GetPathRoot ( AppDomain . CurrentDomain . BaseDirectory ) , "Flashpoint" )
You can’t perform that action at this time.
0 commit comments