From 83349ed6547d44a41dded5ce023eacc97e37e0aa Mon Sep 17 00:00:00 2001 From: Dean M Greer <38226388+Gcenx@users.noreply.github.com> Date: Thu, 1 Aug 2024 19:21:19 -0400 Subject: [PATCH] Update project urls --- Wineskin Winery/Base.lproj/MainMenu.xib | 10 +++++----- Wineskin Winery/Wineskin_Winery_Prefix.pch | 2 +- WineskinApp/Base.lproj/MainMenu.xib | 6 +++--- WineskinApp/WineskinAppDelegate.m | 6 +++--- WineskinApp/Wineskin_Prefix.pch | 4 ++-- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Wineskin Winery/Base.lproj/MainMenu.xib b/Wineskin Winery/Base.lproj/MainMenu.xib index a59e55f..a2a14c4 100644 --- a/Wineskin Winery/Base.lproj/MainMenu.xib +++ b/Wineskin Winery/Base.lproj/MainMenu.xib @@ -515,11 +515,11 @@ For more information see - + - + @@ -704,12 +704,12 @@ Help is available on the main website - + - - + + diff --git a/Wineskin Winery/Wineskin_Winery_Prefix.pch b/Wineskin Winery/Wineskin_Winery_Prefix.pch index 943c168..8d074ef 100644 --- a/Wineskin Winery/Wineskin_Winery_Prefix.pch +++ b/Wineskin Winery/Wineskin_Winery_Prefix.pch @@ -10,7 +10,7 @@ #define BINARY_7ZA [NSString stringWithFormat:@"%@/Contents/Resources/7za",[[NSBundle mainBundle] bundlePath]] // These are Wineskin website URLs, which are used to download the Master Wrapper and the Engines -#define WINESKIN_DOMAIN @"github.com/Gcenx/WineskinServer" +#define WINESKIN_DOMAIN @"github.com/The-Wineskin-Project/WineskinServer" #define WINESKIN_WEBSITE [NSString stringWithFormat:@"https://%@/raw/master/",WINESKIN_DOMAIN] #define WINESKIN_WEBSITE_WRAPPER_FOLDER [NSString stringWithFormat:@"%@Wrapper/",WINESKIN_WEBSITE] #define WINESKIN_WEBSITE_WINERY_FOLDER [NSString stringWithFormat:@"%@Winery/",WINESKIN_WEBSITE] diff --git a/WineskinApp/Base.lproj/MainMenu.xib b/WineskinApp/Base.lproj/MainMenu.xib index 8eeff7a..a7cd440 100644 --- a/WineskinApp/Base.lproj/MainMenu.xib +++ b/WineskinApp/Base.lproj/MainMenu.xib @@ -1879,7 +1879,7 @@ DQ These are what is available installed on your machine. To get more engines, install them with Unofficial Wineskin Winery, or manually download them from the Unofficial Wineskin website -(https://github.com/Gcenx/WineskinServer/) +(https://github.com/The-Wineskin-Project/WineskinServer/) @@ -2514,7 +2514,7 @@ Help is available on the main website - + @@ -2703,7 +2703,7 @@ For more information see - + diff --git a/WineskinApp/WineskinAppDelegate.m b/WineskinApp/WineskinAppDelegate.m index 47632dc..785d1aa 100644 --- a/WineskinApp/WineskinAppDelegate.m +++ b/WineskinApp/WineskinAppDelegate.m @@ -273,7 +273,7 @@ - (NSArray*)runnableSubpathsInWrapperCDrive - (IBAction)wineskinWebsiteButtonPressed:(id)sender { - [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/Gcenx/WineskinServer/"]]; + [[NSWorkspace sharedWorkspace] openURL:[NSURL URLWithString:@"https://github.com/The-Wineskin-Project/WineskinServer/"]]; } - (IBAction)installWindowsSoftwareButtonPressed:(id)sender @@ -533,7 +533,7 @@ - (void)runACommandLineTestRun // Check for winetricks, if missing download if (![fm fileExistsAtPath:[NSString stringWithFormat:@"%@/Contents/Resources/winetricks",[[NSBundle mainBundle] bundlePath]]]) { //Get the URL where winetricks is located - NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"https://raw.githubusercontent.com/Gcenx/WineskinServer/master/WineskinWinetricks/Location.txt?%@",[[NSNumber numberWithLong:rand()] stringValue]]]; + NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"https://raw.githubusercontent.com/The-Wineskin-Project/WineskinServer/main/WineskinWinetricks/Location.txt?%@",[[NSNumber numberWithLong:rand()] stringValue]]]; NSString *urlWhereWinetricksIs = [NSString stringWithContentsOfURL:url encoding:NSUTF8StringEncoding timeoutInterval:5]; urlWhereWinetricksIs = [urlWhereWinetricksIs stringByReplacingOccurrencesOfString:@"\n" withString:@""]; //remove \n @@ -1140,7 +1140,7 @@ - (IBAction)winetricksRefreshButtonPressed:(id)sender - (IBAction)winetricksUpdateButtonPressed:(id)sender { //Get the URL where winetricks is located - NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"https://raw.githubusercontent.com/Gcenx/WineskinServer/master/WineskinWinetricks/Location.txt?%@",[[NSNumber numberWithLong:rand()] stringValue]]]; + NSURL *url = [NSURL URLWithString:[NSString stringWithFormat:@"https://raw.githubusercontent.com/The-Wineskin-Project/WineskinServer/main/WineskinWinetricks/Location.txt?%@",[[NSNumber numberWithLong:rand()] stringValue]]]; NSString *urlWhereWinetricksIs = [NSString stringWithContentsOfURL:url encoding:NSUTF8StringEncoding timeoutInterval:5]; urlWhereWinetricksIs = [urlWhereWinetricksIs stringByReplacingOccurrencesOfString:@"\n" withString:@""]; //remove \n diff --git a/WineskinApp/Wineskin_Prefix.pch b/WineskinApp/Wineskin_Prefix.pch index 5af163e..3efff1c 100644 --- a/WineskinApp/Wineskin_Prefix.pch +++ b/WineskinApp/Wineskin_Prefix.pch @@ -75,8 +75,8 @@ #define WINESKIN_WRAPPER_PLIST_VALUE_SCREEN_OPTIONS_NO_VIRTUAL_DESKTOP @"novd" // These are Wineskin website URLs, which are used to download the Master Wrapper and the Engines -#define WINESKIN_DOMAIN "github.com/Gcenx/WineskinServer" -#define WINESKIN_WEBSITE @"https://github.com/Gcenx/WineskinServer/" +#define WINESKIN_DOMAIN "github.com/The-Wineskin-Project/WineskinServer" +#define WINESKIN_WEBSITE @"https://github.com/The-Wineskin-Project/WineskinServer/" #define WINESKIN_WEBSITE_WRAPPER_FOLDER [NSString stringWithFormat:@"%@Wrapper/",WINESKIN_WEBSITE] #define WINESKIN_WEBSITE_ENGINES_FOLDER [NSString stringWithFormat:@"%@Engines/",WINESKIN_WEBSITE] #define WINESKIN_WEBSITE_ENGINE_BASE_FOLDER [NSString stringWithFormat:@"%@EngineBase/",WINESKIN_WEBSITE]