Various compilation scripts & patches for Linux programs.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
689 B

  1. --- a/src/Hamachi.cs
  2. +++ b/src/Hamachi.cs
  3. @@ -54,7 +54,7 @@
  4. if ( Config.Settings.DemoMode )
  5. {
  6. - Version = "2.1.0.136";
  7. + Version = "2.1.0.174";
  8. VpnAliasCapable = true;
  9. IpModeCapable = true;
  10. return 2;
  11. --- a/src/Controller.cs
  12. +++ b/src/Controller.cs
  13. @@ -33,7 +33,7 @@
  14. public static bool manualUpdate;
  15. public static bool restoreConnection;
  16. public static int restoreCountdown;
  17. - public static int lastStatus = -3;
  18. + public static int lastStatus;
  19. public static int numUpdateCycles;
  20. private static int numWaitForInternetCycles;
  21. private static string startOutput;