From d70fbc5e6ca9d395f0b42f5c5a62336787a28cbd Mon Sep 17 00:00:00 2001 From: Tim Groeneboom Date: Tue, 6 Feb 2024 11:01:24 +0100 Subject: [PATCH 1/3] - added naptriggeraction module --- modules/naptriggeraction.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 modules/naptriggeraction.json diff --git a/modules/naptriggeraction.json b/modules/naptriggeraction.json new file mode 100644 index 0000000..e1060f6 --- /dev/null +++ b/modules/naptriggeraction.json @@ -0,0 +1,21 @@ +{ + "name": "naptween", + "categories": + [ + "control" + ], + "platforms": + [ + "windows", + "linux", + "macOS" + ], + "author": + { + "name": "Tim Groeneboom", + "link": "https://www.timgroeneboom.com" + }, + "description": "Create NAP app logic, flow and control using resources and components.", + "link": "https://github.com/TimGroeneboom/naptriggeraction", + "visible": true +} From da668a777af0dc4bd7d7d22153e1d0a602663d34 Mon Sep 17 00:00:00 2001 From: Tim Groeneboom Date: Tue, 6 Feb 2024 11:03:35 +0100 Subject: [PATCH 2/3] - fixed module name --- modules/naptriggeraction.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/naptriggeraction.json b/modules/naptriggeraction.json index e1060f6..b5340ab 100644 --- a/modules/naptriggeraction.json +++ b/modules/naptriggeraction.json @@ -1,5 +1,5 @@ { - "name": "naptween", + "name": "naptriggeraction", "categories": [ "control" From af5a69c88ddb9e6442d13cf2bea8cdd0e440c60e Mon Sep 17 00:00:00 2001 From: Tim Groeneboom Date: Tue, 6 Feb 2024 11:04:02 +0100 Subject: [PATCH 3/3] - fixed platforms --- modules/naptriggeraction.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/modules/naptriggeraction.json b/modules/naptriggeraction.json index b5340ab..edf8d3e 100644 --- a/modules/naptriggeraction.json +++ b/modules/naptriggeraction.json @@ -6,9 +6,7 @@ ], "platforms": [ - "windows", - "linux", - "macOS" + "linux" ], "author": {