diff --git a/lib/services/platform-service.ts b/lib/services/platform-service.ts index 0eaea50425..e995858eab 100644 --- a/lib/services/platform-service.ts +++ b/lib/services/platform-service.ts @@ -518,7 +518,7 @@ export class PlatformService extends EventEmitter implements IPlatformService { } if (deployInfo.deployOptions.forceInstall || shouldBuild || (await this.shouldInstall(device, deployInfo.projectData, buildConfig))) { - await this.installApplication(device, buildConfig, deployInfo.projectData); + await this.installApplication(device, buildConfig, deployInfo.projectData, installPackageFile, deployInfo.outputPath); } else { this.$logger.out("Skipping install."); }