mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-08-16 17:33:08 +09:00
This reverts commit 8c1500707f.
# Conflicts:
# application/basilisk/components/customizableui/CustomizableUI.jsm
10 lines
205 B
JSON
10 lines
205 B
JSON
{
|
|
"webide": {
|
|
"prepackage": {
|
|
"command": "echo \"{\\\"name\\\":\\\"$NAME\\\"}\" > manifest.webapp",
|
|
"cwd": "./stage",
|
|
"env": ["NAME=world"]
|
|
},
|
|
"packageDir": "./stage"
|
|
}
|
|
}
|