Skip to content

Commit 2404c2b

Browse files
authored
Fix App_Resources issue - they weren't copied from the /app to /platforms folder (#2634)
1 parent 0c8db8e commit 2404c2b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/services/platform-service.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -285,6 +285,7 @@ export class PlatformService extends EventEmitter implements IPlatformService {
285285
await this.copyAppFiles(platform, appFilesUpdaterOptions, projectData);
286286
}
287287
if (!changesInfo || changesInfo.appResourcesChanged) {
288+
await this.copyAppFiles(platform, appFilesUpdaterOptions, projectData);
288289
this.copyAppResources(platform, projectData);
289290
await platformData.platformProjectService.prepareProject(projectData, platformSpecificData);
290291
}

0 commit comments

Comments
 (0)