pulsar-edit / ppm

Pulsar Package Manager
MIT License
35 stars 13 forks source link

Revert "Skip update checks for bundled packages" #96

Closed confused-Techie closed 11 months ago

confused-Techie commented 11 months ago

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.

DeeDeeG commented 11 months ago

Approved, tests pass, this is a pretty simple revert PR, we can merge it IMO. Merging! Thanks again.