mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Update artifact download URL
This commit is contained in:
parent
b3eaa6ae28
commit
6bf646a896
@ -2870,7 +2870,8 @@ public class ApplicationManagerImpl implements ApplicationManager {
|
|||||||
}
|
}
|
||||||
ApplicationReleaseDTO applicationReleaseDTO = applicationDTO.getApplicationReleaseDTOs().get(0);
|
ApplicationReleaseDTO applicationReleaseDTO = applicationDTO.getApplicationReleaseDTOs().get(0);
|
||||||
String artifactDownloadURL = APIUtil.getArtifactDownloadBaseURL() + applicationReleaseDTO.getUuid()
|
String artifactDownloadURL = APIUtil.getArtifactDownloadBaseURL() + applicationReleaseDTO.getUuid()
|
||||||
+ Constants.FORWARD_SLASH + applicationReleaseDTO.getInstallerName();
|
+ Constants.FORWARD_SLASH + Constants.APP_ARTIFACT + Constants.FORWARD_SLASH +
|
||||||
|
applicationReleaseDTO.getInstallerName();
|
||||||
String plistContent = "<!DOCTYPE plist PUBLIC "-//Apple//DTDPLIST1.0//EN" "" +
|
String plistContent = "<!DOCTYPE plist PUBLIC "-//Apple//DTDPLIST1.0//EN" "" +
|
||||||
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="" +
|
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="" +
|
||||||
"1.0"><dict><key>items</key><array><dict><" +
|
"1.0"><dict><key>items</key><array><dict><" +
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user