Skip to content

Commit 7e2a200

Browse files
TimothyLukeclaude
andcommitted
patron publish: point embed at GSE_Menu_Logo.png (the wide finish)
The Discord build notification was still resolving to GSE_Logo_Dark_512.png — that's the square crop now used for the in-game app icon + the Companion app icon — instead of the wide menu finish. The thumbnail slot in a Discord embed reads better with the wide artwork; same for the bot avatar circle (the wider crop centres the wrench head + GSE letters away from the round crop edge). GitHub raw URL pattern unchanged so Discord's media proxy stays happy. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent ae01895 commit 7e2a200

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

patreonBuild.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,11 @@ function publishArchive(done) {
138138
// the same shape (no redirects, stable Content-Type: image/png). The
139139
// file is the one committed to this repo at GSE_GUI/Assets, so a
140140
// rebrand is "push a new logo, embed updates on the next build".
141-
const LOGO_URL = "https://raw.githubusercontent.com/TimothyLuke/GSE-Advanced-Macro-Compiler/master/GSE_GUI/Assets/GSE_Logo_Dark_512.png";
141+
// Point at GSE_Menu_Logo.png — the wide-finish wrench that reads better
142+
// at the embed-thumbnail size than the square dark icon does. Same
143+
// GitHub raw shape (direct image, no redirects) so Discord's embed
144+
// proxy is happy with it.
145+
const LOGO_URL = "https://raw.githubusercontent.com/TimothyLuke/GSE-Advanced-Macro-Compiler/master/GSE_GUI/Assets/GSE_Menu_Logo.png";
142146

143147
const embed = new EmbedBuilder()
144148
.setAuthor({

0 commit comments

Comments
 (0)