mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-05-06 06:46:04 +02:00
Add version to .desktop
This commit is contained in:
@@ -403,6 +403,7 @@ async function createDesktopFile() {
|
|||||||
);
|
);
|
||||||
const dotDesktop = {
|
const dotDesktop = {
|
||||||
Name: 'VRCX',
|
Name: 'VRCX',
|
||||||
|
Version: version,
|
||||||
Comment: 'Friendship management tool for VRChat',
|
Comment: 'Friendship management tool for VRChat',
|
||||||
Exec: `${appImagePath} --ozone-platform-hint=auto %U`,
|
Exec: `${appImagePath} --ozone-platform-hint=auto %U`,
|
||||||
Icon: 'VRCX',
|
Icon: 'VRCX',
|
||||||
|
|||||||
Reference in New Issue
Block a user