Open russriser opened 1 year ago
This PR fixes an issue where the entitlements for a pre-existing extension are overwritten.
Since the configIndex is set to 0 before writing the entitlements, we need to make sure we add the new extension at index 0, not to the end of the list.
configIndex
This PR fixes an issue where the entitlements for a pre-existing extension are overwritten.
Since the
configIndex
is set to 0 before writing the entitlements, we need to make sure we add the new extension at index 0, not to the end of the list.