Add version to .desktop

This commit is contained in:
Natsumi
2025-03-07 23:12:42 +13:00
parent fee1e58672
commit 5c378cc64c

View File

@@ -403,6 +403,7 @@ async function createDesktopFile() {
);
const dotDesktop = {
Name: 'VRCX',
Version: version,
Comment: 'Friendship management tool for VRChat',
Exec: `${appImagePath} --ozone-platform-hint=auto %U`,
Icon: 'VRCX',