doggybootsy / BDPlugins

BD plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[FriendIcon] Downlading to wrong location & not stopping properly

Strencher opened this issue · comments

I think it should be __filename instead as this leads you to the current plugins's filepath, meaning it can properly override.
Another issue is that the updater itself has no stop implementation, meaning it'll overlap.

const path = require("path").join(__dirname, "quickReact.plugin.js")

fixed this too