DiscordStyles / RadialStatus

Changes the status icons to wrap around the avatar.
MIT License
111 stars 154 forks source link

Add Replugged support (and remove Powercord) #59

Open Saltssaumure opened 1 year ago

Saltssaumure commented 1 year ago

Powercord is kill, Replugged now uses asars for themes.

updater in manifest.json assumes that you'd want to have this published on the store (by submitting this and future updates in #theme-dev on the Replugged server) - if not, then it can be changed to update from GitHub instead:

"updater": {
    "type": "github",
    "id": "DiscordStyles/RadialStatus"
}
Gibbu commented 1 year ago

I think I might just add this to the bd-scss package behind a config setting.

Gibbu commented 1 year ago

What's the point of @parcel/config-default and @parcel/transformer-sass? I don't see it referenced anywhere

Saltssaumure commented 1 year ago

They're plugins for parcel which is modular, both are required for building the asar from scss.

Saltssaumure commented 11 months ago

Turns out Replugged is switching from Parcel to esbuild in the next major update (https://github.com/replugged-org/replugged/pull/541), will apply those changes here when the time comes.

Saltssaumure commented 2 months ago

Simple update if you're still interested in adding to the Replugged store.