Skip to content

Commit d47b28a

Browse files
committed
Promote to stable
1 parent 4901b07 commit d47b28a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

FlashpointInstaller/src/Common.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

FlashpointManager/src/Common.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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")

0 commit comments

Comments
 (0)