]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/commitdiff
Add electron builders (#245)
authorremgodow <remgodow@users.noreply.github.com>
Sun, 2 Apr 2023 12:07:42 +0000 (12:07 +0000)
committerGitHub <noreply@github.com>
Sun, 2 Apr 2023 12:07:42 +0000 (14:07 +0200)
programs/electron-builders.json [new file with mode: 0644]

diff --git a/programs/electron-builders.json b/programs/electron-builders.json
new file mode 100644 (file)
index 0000000..2101a3c
--- /dev/null
@@ -0,0 +1,15 @@
+{
+    "files": [
+        {
+            "path": "$HOME/.electron-gyp",
+            "movable": false,
+            "help": "You can delete this directory. Many electron apps using native modules use this directory as a build cache. Its up to developers to modify build scripts, so that builds from source do not create this directory. If you build electron based apps from sources it may appear again.\n"
+        },
+        {
+            "path": "$HOME/.electron-rebuild-cache",
+            "movable": false,
+            "help": "You can delete this directory. Many electron apps using native modules use this directory as a build cache. Its up to developers to modify build scripts, so that builds from source do not create this directory. If you build electron based apps from sources it may appear again.\n"
+        }
+    ],
+    "name": "Electron apps built from source"
+}