Updates for the GitHub move
This commit is contained in:
@@ -8,9 +8,9 @@ Public Class mgrPath
|
|||||||
Private Shared sDBLocation As String = sSettingsRoot & "\gbm.s3db"
|
Private Shared sDBLocation As String = sSettingsRoot & "\gbm.s3db"
|
||||||
Private Shared sIncludeFile As String = sSettingsRoot & "\gbm_include.txt"
|
Private Shared sIncludeFile As String = sSettingsRoot & "\gbm_include.txt"
|
||||||
Private Shared sExcludeFile As String = sSettingsRoot & "\gbm_exclude.txt"
|
Private Shared sExcludeFile As String = sSettingsRoot & "\gbm_exclude.txt"
|
||||||
Private Shared sOfficialImportURL As String = "http://backupmonitor.sourceforge.net/GBM_Official.xml"
|
Private Shared sOfficialImportURL As String = "http://mikemaximus.github.io/gbm-web/GBM_Official.xml"
|
||||||
Private Shared sOfficialManualURL As String = "http://backupmonitor.sourceforge.net/manual.php"
|
Private Shared sOfficialManualURL As String = "http://mikemaximus.github.io/gbm-web/manual.html"
|
||||||
Private Shared sOfficialUpdatesURL As String = "http://backupmonitor.sourceforge.net/"
|
Private Shared sOfficialUpdatesURL As String = "https://github.com/MikeMaximus/gbm/releases"
|
||||||
Private Shared sRemoteDatabaseLocation As String
|
Private Shared sRemoteDatabaseLocation As String
|
||||||
Private Shared hshCustomVariables As Hashtable
|
Private Shared hshCustomVariables As Hashtable
|
||||||
Private Shared oReleaseType As ProcessorArchitecture = AssemblyName.GetAssemblyName(Application.ExecutablePath()).ProcessorArchitecture
|
Private Shared oReleaseType As ProcessorArchitecture = AssemblyName.GetAssemblyName(Application.ExecutablePath()).ProcessorArchitecture
|
||||||
|
|||||||
@@ -67,7 +67,7 @@ Public Class mgrXML
|
|||||||
Dim xFileWriter As XmlTextWriter
|
Dim xFileWriter As XmlTextWriter
|
||||||
|
|
||||||
Try
|
Try
|
||||||
xFileWriter = New XmlTextWriter(sLocation, System.Text.Encoding.Unicode)
|
xFileWriter = New XmlTextWriter(sLocation, System.Text.Encoding.UTF8)
|
||||||
xFileWriter.Formatting = Formatting.Indented
|
xFileWriter.Formatting = Formatting.Indented
|
||||||
xFileWriter.WriteStartDocument()
|
xFileWriter.WriteStartDocument()
|
||||||
xFileWriter.WriteComment("GBM Export: " & Date.Now)
|
xFileWriter.WriteComment("GBM Export: " & Date.Now)
|
||||||
|
|||||||
Reference in New Issue
Block a user