diff --git a/mRemoteV1/App/App.Info.vb b/mRemoteV1/App/App.Info.vb index 0f8c8b58..1056d65c 100644 --- a/mRemoteV1/App/App.Info.vb +++ b/mRemoteV1/App/App.Info.vb @@ -45,6 +45,9 @@ Namespace App Public Class Update Public Shared ReadOnly Property FileName As String Get +#If DEBUG Then + Return "update-debug.txt" +#End If Select Case My.Settings.UpdateChannel.ToLowerInvariant() Case "beta" Return "update-beta.txt"