From: remgodow Date: Sun, 2 Apr 2023 12:07:42 +0000 (+0000) Subject: Add electron builders (#245) X-Git-Tag: v0.2.0.2~72 X-Git-Url: https://glassweightruler.freedombox.rocks/gitweb/xdg-ninja.git/commitdiff_plain/9a8f6ca1936b00df0f22861fdecf0e2c2461a013?ds=inline Add electron builders (#245) --- diff --git a/programs/electron-builders.json b/programs/electron-builders.json new file mode 100644 index 0000000..2101a3c --- /dev/null +++ b/programs/electron-builders.json @@ -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" +}