fix: replace pacman build with pkg.tar.zst and remove its deps, changed CF and Discord key mode

This commit is contained in:
Fazri Gading
2026-01-25 14:45:45 +08:00
parent 4c3277392e
commit de9c7d81f5
4 changed files with 15 additions and 39 deletions

View File

@@ -30,7 +30,7 @@ let mainWindow;
let discordRPC = null;
// Discord Rich Presence setup
const DISCORD_CLIENT_ID = process.env.DISCORD_CLIENT_ID;
const DISCORD_CLIENT_ID = 1462244937868513373;
function initDiscordRPC() {
try {