Skip to content

Commit d113d3f

Browse files
committed
C¤Adellian | Updated MikaPKG Format
1 parent 93bbeb2 commit d113d3f

5 files changed

Lines changed: 4 additions & 11 deletions

File tree

.adellian/Adellian.mpkg

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,22 @@
11
{
2+
"ID": "com.sirio-network.tsna+stable",
23
"Type": "Adellian",
34
"Name": "TSN Abstracter",
45
"Description": "The Python Framework for nearly all of The Sirio Network's Projects.",
56
"Version": [6,1,2],
67
"Required": ["Eleison", "Kyrie", "Server"],
78
"Default": ["Eleison", "Kyrie", "Server"],
89
"Dependencies": [],
10+
"Conflicts": ["com.sirio-network.tsna+unstable"],
911
"Options": [
1012
{
1113
"Scripts": {
12-
"Install": "Stable/Install.py",
13-
"Uninstall": "Stable/Uninstall.py",
14+
"Install": "Scripts/Install.py",
15+
"Uninstall": "Scripts/Uninstall.py",
1416
"Update": null
1517
},
1618
"Name": "Stable",
1719
"Description": "Install the Stable version of TSN Abstracter."
18-
},
19-
{
20-
"Scripts": {
21-
"Install": "Unstable/Install.py",
22-
"Uninstall": "Unstable/Uninstall.py",
23-
"Update": null
24-
},
25-
"Name": "Unstable",
26-
"Description": "Install the SID (Unstable) version of TSN Abstracter."
2720
}
2821
]
2922
}

.adellian/Unstable/Install.py

Whitespace-only changes.

.adellian/Unstable/Uninstall.py

Whitespace-only changes.

0 commit comments

Comments
 (0)