Skip to content

Commit 7b9a7e5

Browse files
committed
rename decky plugin to have unique aramda name
1 parent 45c9d83 commit 7b9a7e5

1 file changed

Lines changed: 18 additions & 6 deletions

File tree

decky/decky-lsfg-vk/patches/0001-Adapt-Decky-LSFG-VK-for-Armada.patch

Lines changed: 18 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,28 @@
1-
From 057881764028bdfacb00e817bafc2249cde74800 Mon Sep 17 00:00:00 2001
1+
From 8ba24834a871394ac1308dd8ad575d248a2ee7a2 Mon Sep 17 00:00:00 2001
22
From: JPyke3 <[email protected]>
3-
Date: Sun, 26 Jul 2026 17:34:22 +1000
3+
Date: Mon, 27 Jul 2026 08:49:34 +1000
44
Subject: [PATCH] Adapt Decky LSFG-VK for Armada
55

66
---
7+
plugin.json | 2 +-
78
py_modules/lsfg_vk/config_schema.py | 4 ++--
89
py_modules/lsfg_vk/installation.py | 6 +++---
910
py_modules/lsfg_vk/plugin.py | 1 +
10-
3 files changed, 6 insertions(+), 5 deletions(-)
11+
4 files changed, 7 insertions(+), 6 deletions(-)
1112

13+
diff --git a/plugin.json b/plugin.json
14+
index ea49519..1f59aec 100644
15+
--- a/plugin.json
16+
+++ b/plugin.json
17+
@@ -1,5 +1,5 @@
18+
{
19+
- "name": "Decky LSFG-VK",
20+
+ "name": "Decky LSFG-VK (Armada)",
21+
"author": "Kurt Himebauch (xXJSONDeruloXx)",
22+
"flags": [],
23+
"api_version": 1,
1224
diff --git a/py_modules/lsfg_vk/config_schema.py b/py_modules/lsfg_vk/config_schema.py
13-
index 4ab2dcb..ace7f03 100755
25+
index 4ab2dcb..ace7f03 100644
1426
--- a/py_modules/lsfg_vk/config_schema.py
1527
+++ b/py_modules/lsfg_vk/config_schema.py
1628
@@ -130,8 +130,8 @@ class ConfigurationManager:
@@ -25,7 +37,7 @@ index 4ab2dcb..ace7f03 100755
2537
return defaults
2638

2739
diff --git a/py_modules/lsfg_vk/installation.py b/py_modules/lsfg_vk/installation.py
28-
index 4f01be1..3dcfc28 100755
40+
index 4f01be1..3dcfc28 100644
2941
--- a/py_modules/lsfg_vk/installation.py
3042
+++ b/py_modules/lsfg_vk/installation.py
3143
@@ -53,7 +53,7 @@ class InstallationService(BaseService):
@@ -56,7 +68,7 @@ index 4f01be1..3dcfc28 100755
5668
self.log.info(f"Copied {file} to {dst_file}")
5769

5870
diff --git a/py_modules/lsfg_vk/plugin.py b/py_modules/lsfg_vk/plugin.py
59-
index cb59b4f..14c5900 100755
71+
index cb59b4f..14c5900 100644
6072
--- a/py_modules/lsfg_vk/plugin.py
6173
+++ b/py_modules/lsfg_vk/plugin.py
6274
@@ -418,6 +418,7 @@ class Plugin:

0 commit comments

Comments
 (0)