]> glassweightruler.freedombox.rocks Git - xdg-ninja.git/blob - programs/electron-builders.json
xdg-ninja: allow custom programs/ dir via XN_PROGRAMS_DIR
[xdg-ninja.git] / programs / electron-builders.json
1 {
2 "files": [
3 {
4 "path": "$HOME/.electron-gyp",
5 "movable": false,
6 "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"
7 },
8 {
9 "path": "$HOME/.electron-rebuild-cache",
10 "movable": false,
11 "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"
12 }
13 ],
14 "name": "Electron apps built from source"
15 }