We have discovered later on that this change doesn't actually need to happen.
Basically while the code is solid, the location packages are checked from to then check them for updates, would never include any actual bundled packages. Since those are all wrapped up in an asar, rather than the users .packages directory.
So lets go ahead and revert it, to avoid complexity for complexities sake.
Reverts pulsar-edit/ppm#91
We have discovered later on that this change doesn't actually need to happen.
Basically while the code is solid, the location packages are checked from to then check them for updates, would never include any actual bundled packages. Since those are all wrapped up in an asar, rather than the users
.packages
directory.So lets go ahead and revert it, to avoid complexity for complexities sake.