Skip to content

Commit 97fa50f

Browse files
committed
C¤Adellian | Git mPKG
1 parent b6f618d commit 97fa50f

6 files changed

Lines changed: 29 additions & 2 deletions

File tree

.adellian/Git.mpkg

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"ID": "TSN_Abstracter@Git",
3+
"Type": "Adellian",
4+
"Name": "TSN Abstracter (Git)",
5+
"Description": "The Python Framework for nearly all of The Sirio Network's Projects.",
6+
"Version": [6,1,3],
7+
"Required": ["Eleison", "Kyrie", "Server"],
8+
"Default": ["Eleison", "Kyrie", "Server"],
9+
"Dependencies": [],
10+
"Conflicts": ["TSN_Abstracter@Unstable", "TSN_Abstracter"],
11+
"Options": [
12+
{
13+
"Scripts": {
14+
"Data": "Git",
15+
"Install": "Install.py",
16+
"Uninstall": "Uninstall.py",
17+
"Update": "Update.py"
18+
},
19+
"Name": "Git",
20+
"Description": "Install the Stable version of TSN Abstracter using Git."
21+
}
22+
],
23+
"Data": [
24+
["TSN_Abstracter"],
25+
["README.md", "LICENSE.md"]
26+
]
27+
}

.adellian/Stable.mpkg

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@
77
"Required": ["Eleison", "Kyrie", "Server"],
88
"Default": ["Eleison", "Kyrie", "Server"],
99
"Dependencies": [],
10-
"Conflicts": ["com.sirio-network.tsna+unstable"],
10+
"Conflicts": ["TSN_Abstracter@Unstable", "TSN_Abstracter@Git"],
1111
"Options": [
1212
{
1313
"Scripts": {
14-
"Data": "Scripts",
14+
"Data": "Stable",
1515
"Install": "Install.py",
1616
"Uninstall": "Uninstall.py",
1717
"Update": null

.adellian/Stable/Install.py

Whitespace-only changes.

.adellian/Stable/Uninstall.py

Whitespace-only changes.

0 commit comments

Comments
 (0)