1.0.0 • Published 7 months ago

@liliace/diss-asar v1.0.0

Weekly downloads
-
License
MPL-2.0
Repository
-
Last release
7 months ago

diss-asar npm version

Modify Discord's desktop client with a custom theme from diss.

Usage

  1. Find the absolute path (no relative path or shell expansions) to your Discord asar file. It should be at the following location:
  • MacOS: /Users/<username>/AppData/discord/0.0.xxx/modules/discord_desktop_core/core.asar
  • Windows: %LocalAppData%/Discord/app-<some version>/modules/discord_desktop_core-<number>/discord_desktop_core/core.asar
  • Linux: please let me know if you know
  1. It is recommended to make a backup of this core.asar since diss-asar will overwrite it. diss-asar doesn't make the backup because it's designed to be able to re-run multiple times and making a backup every time is redundant as it would just backup the modified client.
  2. Run the package with the asar path and the image url and shadow value for diss as arguments. For example:
    npx @liliace/diss-asar /path/to/core.asar "https://example.com/image.jpg" 0.6
1.0.0

7 months ago