Update app icon and Discord Rich Presence
Replace old KPC placeholder icon with new crosshair design. Generate multi-size .ico (16-256px) and .png from 1024x1024 source. Update Discord RPC to new application ID (1477679025248800982). Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 46 KiB After Width: | Height: | Size: 73 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 45 KiB |
@@ -1,4 +0,0 @@
|
|||||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 256 256" width="256" height="256">
|
|
||||||
<rect width="256" height="256" rx="32" fill="#1a1a2e"/>
|
|
||||||
<text x="128" y="160" text-anchor="middle" font-family="Arial Black, sans-serif" font-size="120" font-weight="900" fill="#7878ff">KP</text>
|
|
||||||
</svg>
|
|
||||||
|
Before Width: | Height: | Size: 295 B |
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
@@ -1,7 +1,7 @@
|
|||||||
import { Socket } from 'net';
|
import { Socket } from 'net';
|
||||||
import { electronLog } from './logger';
|
import { electronLog } from './logger';
|
||||||
|
|
||||||
const DISCORD_CLIENT_ID = '1474451871694323975';
|
const DISCORD_CLIENT_ID = '1477679025248800982';
|
||||||
|
|
||||||
// Discord IPC opcodes
|
// Discord IPC opcodes
|
||||||
const OP_HANDSHAKE = 0;
|
const OP_HANDSHAKE = 0;
|
||||||
|
|||||||
Reference in New Issue
Block a user