mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
Merge branch 'application-mgt-new' into 'application-mgt-new'
Update artifact download URL See merge request entgra/carbon-device-mgt!189
This commit is contained in:
commit
d757f7dbb7
@ -2870,7 +2870,8 @@ public class ApplicationManagerImpl implements ApplicationManager {
|
||||
}
|
||||
ApplicationReleaseDTO applicationReleaseDTO = applicationDTO.getApplicationReleaseDTOs().get(0);
|
||||
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" "" +
|
||||
"http://www.apple.com/DTDs/PropertyList-1.0.dtd"><plist version="" +
|
||||
"1.0"><dict><key>items</key><array><dict><" +
|
||||
|
||||
Loading…
Reference in New Issue
Block a user