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
if(MessageBox.Show("You are running an application build made for a different OS architecture.\nIt is not compatible!\nWould you like to download correct version?",Updater.ApplicationName,MessageBoxButtons.YesNo,MessageBoxIcon.Warning)==DialogResult.Yes){
35
-
Updater.VisitAppSite("releases");
36
-
}
37
-
Environment.Exit(0);
38
-
}
33
+
// if (Environment.Is64BitOperatingSystem != Environment.Is64BitProcess) {
34
+
// if (MessageBox.Show("You are running an application build made for a different OS architecture.\nIt is not compatible!\nWould you like to download correct version?", Updater.ApplicationName, MessageBoxButtons.YesNo, MessageBoxIcon.Warning) == DialogResult.Yes) {
0 commit comments