Skip to content

Commit 032d9f5

Browse files
committed
fix json syntax
shoutout to warp terminal for undergoing recursion to fix the 3 moderate security vulnerabilities
1 parent 7954635 commit 032d9f5

File tree

3 files changed

+578
-550
lines changed

3 files changed

+578
-550
lines changed

docs/new/new-pack.md

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,7 @@ A general pack has the following dictionary
2020
"icon": "gif/apng/*",
2121
"priority": 0,
2222
"conflict": ["<pack_id of conflicting packs>"],
23-
"build": {
24-
"with": "<language>",
25-
"script": "<filename>"
26-
}
23+
"regolith": true
2724
}
2825
```
2926
There are somethat are necessary and some that aren't. Here is a full a run through of it.
@@ -103,23 +100,20 @@ The list contains <strong>Pack IDs</strong>, not Pack Names
103100
"conflict": ["PackID"]
104101
```
105102
---
106-
<h6>Build</h6>
103+
<h6>Regolith</h6>
107104
<strong>This is ONLY for behaviour packs</strong><br>
108-
Uses a regolith-like implementation to build a pack
105+
Use regolith to build the tweak
109106

110-
<kbd>"with"</kbd> specifies how to start the build, with python, npm, node or any of your preferrence
111-
<kbd>"script"</kbd> specifies the script used to build, which is always located inside the pack's folder, alongside with the pack icon
112107
```json
113-
"build": {
114-
"with": "<language>",
115-
"script": "<filename>"
116-
}
108+
"regolith": true
117109
```
118110
---
119111
Add your necessary JSON to the category JSONs (located in <kbd>./jsons/packs</kbd>) before moving on to the next
120112

121113
## Making their folders
122114

115+
<sub><strong>If you are using regolith, do not start on this, the implementation has not been finished.</strong></sub>
116+
123117
Assuming you have added the proper JSONs, you can now create their folders
124118

125119
You have to create a folder at

0 commit comments

Comments
 (0)