Changes to SSH including new password
This commit is contained in:
@@ -15,9 +15,7 @@ namespace AiQ_GUI
|
||||
|
||||
// If there is no dot in the version string, return the version as is
|
||||
if (dotLocation < 0)
|
||||
{
|
||||
return GUIVersion;
|
||||
}
|
||||
|
||||
// Check if the next character after the dot is "0"
|
||||
if (dotLocation + 1 < GUIVersion.Length && GUIVersion[dotLocation + 1] == '0')
|
||||
@@ -48,7 +46,7 @@ namespace AiQ_GUI
|
||||
{
|
||||
if (ComapreVersions()) // Checks if the current version is older than the latest version
|
||||
{
|
||||
string GUIPath = $"{GoogleAPI.DrivePath}AiQ\\GUI's\\AiQ_Final_Test\\AiQ_GUI.application";
|
||||
const string GUIPath = $"{GoogleAPI.DrivePath}AiQ\\GUI's\\AiQ_Final_Test\\AiQ_GUI.application";
|
||||
|
||||
// Check if path is real
|
||||
if (!File.Exists(GUIPath))
|
||||
|
||||
Reference in New Issue
Block a user