File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ public async Task InstallLatestVersion()
151151 }
152152
153153 await _updateDownloader . DownloadFile (
154- $ "{ serverUrl } /API/ClientDownloads/{ connectionInfo . OrganizationID } /{ platform } ",
154+ $ "{ serverUrl } /API/ClientDownloads/{ platform } /{ connectionInfo . OrganizationID } ",
155155 installerPath ) ;
156156
157157 await _updateDownloader . DownloadFile (
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ public async Task InstallLatestVersion()
137137 var installerPath = Path . Combine ( Path . GetTempPath ( ) , "RemotelyUpdate.sh" ) ;
138138
139139 await _updateDownloader . DownloadFile (
140- $ "{ serverUrl } /API/ClientDownloads/{ connectionInfo . OrganizationID } / MacOSInstaller-{ _achitecture } ",
140+ $ "{ serverUrl } /API/ClientDownloads/MacOSInstaller-{ _achitecture } / { connectionInfo . OrganizationID } ",
141141 installerPath ) ;
142142
143143 await _updateDownloader . DownloadFile (
You can’t perform that action at this time.
0 commit comments