Skip to content

Commit 243d06c

Browse files
Update post-discord-release.js
1 parent 92b34b3 commit 243d06c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

post-discord-release.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -118,11 +118,6 @@ for (const group of GROUP_ORDER) {
118118
// Fallback
119119
if (!commits.length) discordMessage += "No commits found.";
120120

121-
// Append installation instructions
122-
discordMessage += `:inbox_tray: **Installation Instructions**\n1. Download the APK.\n2. Allow your browser/files app to install apps.\n3. Install mLauncher.\n\n`;
123-
124-
discordMessage += `:warning: **Note for Double Tap to Lock Feature**\nManually installed APKs may block accessibility settings needed for this feature. To enable:\n1. Go to **Settings -> Apps -> Multi Launcher**\n2. Tap the three-dot menu at the top right\n3. Select Allow restricted settings\n\n`;
125-
126121
// Append Discord Role mention
127122
discordMessage += `<@&${process.env.DISCORD_ROLEID}>\n\n`;
128123

0 commit comments

Comments
 (0)