refactor(powercord): move powercord setup into subflake

This commit is contained in:
Infinidoge 2022-03-03 17:19:21 -05:00
parent 3afa7f3e44
commit 31e1906121
5 changed files with 173 additions and 150 deletions

View file

@ -1,13 +0,0 @@
diff --git a/constants.js b/constants.js
index 6bc4317..2ae4b55 100644
--- a/constants.js
+++ b/constants.js
@@ -11,7 +11,7 @@ module.exports = Object.freeze({
ERROR: 0xED4245,
SUCCESS: 0x3BA55C
},
- CACHE_FOLDER: join(__dirname, '.cache'),
+ CACHE_FOLDER: join("/home/infinidoge/.config", "powercord", 'css-toggler-cache'),
MAX_SNIPPET_TITLE_LENGTH: 32,
MAX_SNIPPET_DESCRIPTION_LENGTH: 120,
DEFAULT_SNIPPET_TITLE: 'Untitled Snippet'