You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
XmlCommentcomment=defaultXml.CreateComment("Paths to files and folders Launcher will work with. They are commonly all !CASE SENSITIVE!");
186
187
XmlNodenode=defaultXml.CreateElement("Paths");
187
188
188
-
AddSubnodeDefault(node,"FilelistPath",$"{BaseUrl}/updates/filelist.conf","Path to text filelist.");
189
-
AddSubnodeDefault(node,"VersionPath",$"{BaseUrl}/updates/launcherversion.conf","Path to text file which contains your Lancher's current version (version is a double value with . as separator!");
190
-
AddSubnodeDefault(node,"LauncherPath",$"{BaseUrl}/updates/Launcher.zip","Path to a zip file with Launcher files - used if Launcher finds itself outdated.");
191
-
AddSubnodeDefault(node,"FilesRootPath",$"{BaseUrl}/updates/","Path to folder with files. Paths in filelist are relative to this path.");
192
-
AddSubnodeDefault(node,"ChangelogPath",$"{BaseUrl}/updates/changelog.xml","!HTTP! path to changelog XML file.");
189
+
AddSubnodeDefault(node,"FilelistPath",$"{DownloadsUrl}/updates/filelist.conf","Path to text filelist.");
190
+
AddSubnodeDefault(node,"VersionPath",$"{DownloadsUrl}/updates/launcherversion.conf","Path to text file which contains your Lancher's current version (version is a double value with . as separator!");
191
+
AddSubnodeDefault(node,"LauncherPath",$"{DownloadsUrl}/updates/DiDiLauncher.zip","Path to a zip file with Launcher files - used if Launcher finds itself outdated.");
192
+
AddSubnodeDefault(node,"FilesRootPath",$"{DownloadsUrl}/updates/","Path to folder with files. Paths in filelist are relative to this path.");
193
+
AddSubnodeDefault(node,"ChangelogPath",$"{DownloadsUrl}/updates/changelog.xml","!HTTP! path to changelog XML file.");
193
194
AddSubnodeDefault(node,"ChangelogFTPPath","ftp://ftp.example.com//www/files/","!Full! !FTP! path to folder in which changelog is. Notice that //www/ part. You may want to use an IP instead of a domain name.");
194
195
AddSubnodeDefault(node,"Webpage",BaseUrl,"URL which is to be opened when user clicks on Project webpage button.");
195
196
AddSubnodeDefault(node,"Registration",BaseUrl,"URL which is to be opened when user clicks on Registration button.");
196
-
AddSubnodeDefault(node,"Instructions",$"{BaseUrl}/launchermanual/","URL which is to be opened when user clicks on Launcher manual button.");
197
-
AddSubnodeDefault(node,"HelloImage",$"{BaseUrl}/updates/hello.png","URL to image which is to be displayed in Main window (latest news image). Clicking on it opens a changelog browser.");
197
+
AddSubnodeDefault(node,"Instructions",$"{DownloadsUrl}/launchermanual/","URL which is to be opened when user clicks on Launcher manual button.");
198
+
AddSubnodeDefault(node,"HelloImage",$"{DownloadsUrl}/updates/hello.png","URL to image which is to be displayed in Main window (latest news image). Clicking on it opens a changelog browser.");
0 commit comments