summaryrefslogtreecommitdiff
path: root/py_modules/lsfg_vk/constants.py
diff options
context:
space:
mode:
authorKurt Himebauch <136133082+xXJSONDeruloXx@users.noreply.github.com>2025-09-23 17:52:42 -0400
committerGitHub <noreply@github.com>2025-09-23 17:52:42 -0400
commitf076064a9c064a7e2ca74be013e2174aec8a0a1e (patch)
treeac29f2aed41e3e266b842e419d7eab898335ee39 /py_modules/lsfg_vk/constants.py
parentf1b3c7e0ed6d3b88356026ca4aae0241920ca34d (diff)
parent5a8e0457f1ceeed63af69a620000aaff986a1831 (diff)
downloaddecky-lsfg-vk-f076064a9c064a7e2ca74be013e2174aec8a0a1e.tar.gz
decky-lsfg-vk-f076064a9c064a7e2ca74be013e2174aec8a0a1e.zip
Merge pull request #177 from xXJSONDeruloXx/flatpak
Flatpak UI installer and auto overrider
Diffstat (limited to 'py_modules/lsfg_vk/constants.py')
-rw-r--r--py_modules/lsfg_vk/constants.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/py_modules/lsfg_vk/constants.py b/py_modules/lsfg_vk/constants.py
index 69989c1..614e2fc 100644
--- a/py_modules/lsfg_vk/constants.py
+++ b/py_modules/lsfg_vk/constants.py
@@ -17,6 +17,10 @@ LIB_FILENAME = "liblsfg-vk.so"
JSON_FILENAME = "VkLayer_LS_frame_generation.json"
ZIP_FILENAME = "lsfg-vk_noui.zip"
+# Flatpak files
+FLATPAK_23_08_FILENAME = "org.freedesktop.Platform.VulkanLayer.lsfg_vk_23.08.flatpak"
+FLATPAK_24_08_FILENAME = "org.freedesktop.Platform.VulkanLayer.lsfg_vk_24.08.flatpak"
+
# File extensions
SO_EXT = ".so"
JSON_EXT = ".json"