vrcx: fix URI scheme

when VRCX is called with the vrcx:// URI scheme, it needs this %u or %U to pass the url along
This commit is contained in:
Tayou
2026-03-12 14:10:02 +01:00
parent aa0f1c160f
commit 3502e19859
+1 -1
View File
@@ -79,7 +79,7 @@ buildNpmPackage (finalAttrs: {
(makeDesktopItem {
name = "vrcx";
icon = "vrcx";
exec = "vrcx";
exec = "vrcx %u";
terminal = false;
desktopName = "VRCX";
comment = "Friendship management tool for VRChat";