Fix Linux icon

This commit is contained in:
Natsumi
2025-11-21 21:06:42 +11:00
parent b216cad20c
commit e6f5ccb2fc

View File

@@ -693,7 +693,7 @@ async function createDesktopFile() {
fs.mkdirSync(iconDir, { recursive: true });
}
const iconUrl =
'https://raw.githubusercontent.com/vrcx-team/VRCX/master/VRCX.png';
'https://raw.githubusercontent.com/vrcx-team/VRCX/master/images/VRCX.png';
await downloadIcon(iconUrl, iconPath)
.then(() => {
console.log('Icon downloaded and saved to:', iconPath);