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()
151
151
}
152
152
153
153
await _updateDownloader . DownloadFile (
154
- $ "{ serverUrl } /API/ClientDownloads/{ connectionInfo . OrganizationID } /{ platform } ",
154
+ $ "{ serverUrl } /API/ClientDownloads/{ platform } /{ connectionInfo . OrganizationID } ",
155
155
installerPath ) ;
156
156
157
157
await _updateDownloader . DownloadFile (
Original file line number Diff line number Diff line change @@ -137,7 +137,7 @@ public async Task InstallLatestVersion()
137
137
var installerPath = Path . Combine ( Path . GetTempPath ( ) , "RemotelyUpdate.sh" ) ;
138
138
139
139
await _updateDownloader . DownloadFile (
140
- $ "{ serverUrl } /API/ClientDownloads/{ connectionInfo . OrganizationID } / MacOSInstaller-{ _achitecture } ",
140
+ $ "{ serverUrl } /API/ClientDownloads/MacOSInstaller-{ _achitecture } / { connectionInfo . OrganizationID } ",
141
141
installerPath ) ;
142
142
143
143
await _updateDownloader . DownloadFile (
You can’t perform that action at this time.
0 commit comments