You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Payload section of my packages project, I've added a folder containing files to be installed to a particular location. This folder contains some application bundles, and I'd like to flag them as allowing downgrades.
However, I haven't added the application bundles individually because the contents of this folder are built dynamically by a release script, and it's not set in stone which applications it will contain.
Short of doing something like writing a script to manually modify the Payload section of my packages project and directly add the files and app bundles present in this folder while performing a release, is there any way to indicate that all of the application bundles inside of this folder should allow downgrades?
The text was updated successfully, but these errors were encountered:
In the Payload section of my packages project, I've added a folder containing files to be installed to a particular location. This folder contains some application bundles, and I'd like to flag them as allowing downgrades.
However, I haven't added the application bundles individually because the contents of this folder are built dynamically by a release script, and it's not set in stone which applications it will contain.
Short of doing something like writing a script to manually modify the Payload section of my packages project and directly add the files and app bundles present in this folder while performing a release, is there any way to indicate that all of the application bundles inside of this folder should allow downgrades?
The text was updated successfully, but these errors were encountered: