Skip to content

Commit

Permalink
Add preview images to manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
Saltssaumure committed Jul 15, 2023
1 parent bccdbdb commit 5d6c032
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
[release-bd]: https://betterdiscord.app/theme/?id=823 "BetterDiscord store page"
[release-bd-gh]: https://github.com/Saltssaumure/xp-discord-theme/releases/latest/download/Exponent.theme.css "Latest Exponent.theme.css"
[release-rp]: https://replugged.dev/store/net.saltssaumure.Exponent "Replugged store page"
[release-rp-gh]: https://github.com/Saltssaumure/xp-discord-theme/releases/latest/download/net.saltssaumure.Exponent.asar "Replugged addon installer"
[release-rp-gh]: https://github.com/Saltssaumure/xp-discord-theme/releases/latest/download/net.saltssaumure.Exponent.asar "Latest net.saltssaumure.Exponent.asar"

# Exponent Discord Theme
[![Buy me a coffee on ko-fi][shield-donate]][ko-fi]
Expand Down
8 changes: 6 additions & 2 deletions manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,16 @@
"discordID": "134142022092062720",
"github": "Saltssaumure"
},
"version": "1.4.0",
"version": "1.4.1",
"updater": {
"type": "store",
"id": "net.saltssaumure.Exponent"
},
"license": "GPL-3.0",
"type": "replugged-theme",
"main": "scss/xp.scss"
"main": "scss/xp.scss",
"image": [
"https://cdn.discordapp.com/attachments/946226984005025835/1129618794348806154/exponent1.png",
"https://cdn.discordapp.com/attachments/946226984005025835/1129618794030055495/exponent2.png"
]
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "exponent-discord-theme",
"version": "1.4.0",
"version": "1.4.1",
"description": "A Windows XP style Discord theme.",
"repository": "https://github.com/Saltssaumure/xp-discord-theme.git",
"author": "Saltssaumure <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion scss-compile.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ export default {
/** The name of your theme repository. */
repo: "xp-discord-theme",
/** The version of your theme. */
version: "1.4.0"
version: "1.4.1"
}
};

0 comments on commit 5d6c032

Please sign in to comment.