mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-19 06:43:51 +02:00
Fix Linux icon
This commit is contained in:
@@ -693,7 +693,7 @@ async function createDesktopFile() {
|
|||||||
fs.mkdirSync(iconDir, { recursive: true });
|
fs.mkdirSync(iconDir, { recursive: true });
|
||||||
}
|
}
|
||||||
const iconUrl =
|
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)
|
await downloadIcon(iconUrl, iconPath)
|
||||||
.then(() => {
|
.then(() => {
|
||||||
console.log('Icon downloaded and saved to:', iconPath);
|
console.log('Icon downloaded and saved to:', iconPath);
|
||||||
|
|||||||
Reference in New Issue
Block a user