mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-11 19:03:51 +02:00
Fix Linux icon
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user