From 444a13c954f0c3b67e12533dc0504453fd43ea4e Mon Sep 17 00:00:00 2001 From: Jared Goodwin Date: Sat, 9 Mar 2019 11:58:41 -0800 Subject: [PATCH] Update public server URL. --- .../Properties/PublishProfiles/Prod.pubxml | 6 +++--- Remotely_Server/wwwroot/manifest-rc.json | 12 ++++++------ Remotely_Server/wwwroot/manifest.json | 12 ++++++------ 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/Remotely_Server/Properties/PublishProfiles/Prod.pubxml b/Remotely_Server/Properties/PublishProfiles/Prod.pubxml index da9ae994..912bcb23 100644 --- a/Remotely_Server/Properties/PublishProfiles/Prod.pubxml +++ b/Remotely_Server/Properties/PublishProfiles/Prod.pubxml @@ -8,12 +8,12 @@ by editing this MSBuild file. In order to learn more about this please visit htt MSDeploy Release x86 - http://getremotely.lucency.co + http://tryremotely.lucency.co True False 3e835099-c417-4d82-8d5c-13dc09af48ac - https://getremotely.lucency.co:8172/msdeploy.axd?site=getremotely.lucency.co - getremotely.lucency.co + https://tryremotely.lucency.co:8172/msdeploy.axd?site=tryremotely.lucency.co + tryremotely.lucency.co True WMSVC diff --git a/Remotely_Server/wwwroot/manifest-rc.json b/Remotely_Server/wwwroot/manifest-rc.json index 30e95937..beeb8f8d 100644 --- a/Remotely_Server/wwwroot/manifest-rc.json +++ b/Remotely_Server/wwwroot/manifest-rc.json @@ -2,7 +2,7 @@ "id": "Remotely Remote Control", "name": "Remotely Remote Control", "short_name": "Remotely Remote Control", - "start_url": "https://getremotely.lucency.co/remotecontrol", + "start_url": "https://tryremotely.lucency.co/remotecontrol", "display": "standalone", "background_color": "black", "theme_color": "white", @@ -10,12 +10,12 @@ "description": "Remote access tools designed to get things done quickly.", "icons": [ { - "src": "https://getremotely.lucency.co/images/Remotely_Icon_128.png", + "src": "https://tryremotely.lucency.co/images/Remotely_Icon_128.png", "sizes": "128x128", "type": "image/png" }, { - "src": "https://getremotely.lucency.co/images/Remotely_Icon_512.png", + "src": "https://tryremotely.lucency.co/images/Remotely_Icon_512.png", "sizes": "512x512", "type": "image/png" } @@ -23,15 +23,15 @@ "related_applications": [ { "platform": "windows", - "url": "https://getremotely.lucency.co/remotecontrol" + "url": "https://tryremotely.lucency.co/remotecontrol" }, { "platform": "play", - "url": "https://getremotely.lucency.co/remotecontrol" + "url": "https://tryremotely.lucency.co/remotecontrol" }, { "platform": "itunes", - "url": "https://getremotely.lucency.co/remotecontrol" + "url": "https://tryremotely.lucency.co/remotecontrol" } ] } \ No newline at end of file diff --git a/Remotely_Server/wwwroot/manifest.json b/Remotely_Server/wwwroot/manifest.json index 9ba8bebc..5d03bcae 100644 --- a/Remotely_Server/wwwroot/manifest.json +++ b/Remotely_Server/wwwroot/manifest.json @@ -2,7 +2,7 @@ "id": "Remotely", "name": "Remotely", "short_name": "Remotely", - "start_url": "https://getremotely.lucency.co", + "start_url": "https://tryremotely.lucency.co", "display": "standalone", "background_color": "black", "theme_color": "white", @@ -10,12 +10,12 @@ "description": "Remote access tools designed to get things done quickly.", "icons": [ { - "src": "https://getremotely.lucency.co/images/Remotely_Icon_128.png", + "src": "https://tryremotely.lucency.co/images/Remotely_Icon_128.png", "sizes": "128x128", "type": "image/png" }, { - "src": "https://getremotely.lucency.co/images/Remotely_Icon_512.png", + "src": "https://tryremotely.lucency.co/images/Remotely_Icon_512.png", "sizes": "512x512", "type": "image/png" } @@ -23,15 +23,15 @@ "related_applications": [ { "platform": "windows", - "url": "https://getremotely.lucency.co/" + "url": "https://tryremotely.lucency.co/" }, { "platform": "play", - "url": "https://getremotely.lucency.co/" + "url": "https://tryremotely.lucency.co/" }, { "platform": "itunes", - "url": "https://getremotely.lucency.co/" + "url": "https://tryremotely.lucency.co/" } ] } \ No newline at end of file