From 56aa617f3ca64d223be9ba15c93ecbc2acf0f927 Mon Sep 17 00:00:00 2001 From: Gabriele Musco Date: Mon, 20 Jan 2025 15:26:55 +0100 Subject: [PATCH] fix: launch_opts to luanch_opts and args (#138) --- com.github.galister.wlx-overlay-s.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/com.github.galister.wlx-overlay-s.json b/com.github.galister.wlx-overlay-s.json index bb9b81be..b464482c 100644 --- a/com.github.galister.wlx-overlay-s.json +++ b/com.github.galister.wlx-overlay-s.json @@ -10,5 +10,6 @@ "description": "A lightweight OpenXR/OpenVR overlay for Wayland and X11 desktops, inspired by XSOverlay.\n\nWlxOverlay-S allows you to access your desktop screens while in VR.\n\nIn comparison to similar overlays, WlxOverlay-S aims to run alongside VR games and experiences while having as little performance impact as possible. The UI appearance and rendering techniques are kept as simple and efficient as possible, while still allowing a high degree of customizability.", "short_description": "Access your Wayland/X11 desktop", "exec_url": "https://github.com/galister/wlx-overlay-s/releases/download/v0.6/WlxOverlay-S-v0.6-x86_64.AppImage", - "launch_opts": ["--openxr"] + "luanch_opts": ["--openxr"], + "args": ["--openxr"] }