updated prism launcher export to download unsup from the actual repository instead of saving the jar locally
This commit is contained in:
parent
b498b30efd
commit
856cfeb699
5 changed files with 15 additions and 30 deletions
|
@ -3,18 +3,3 @@ ConfigVersion=1.2
|
|||
iconKey=galacticfactory
|
||||
name=GalacticFactory
|
||||
InstanceType=OneSix
|
||||
JoinServerOnLaunch=false
|
||||
OverrideCommands=false
|
||||
OverrideConsole=false
|
||||
notes=
|
||||
OverrideEnv=false
|
||||
OverrideGameTime=false
|
||||
OverrideJavaArgs=false
|
||||
OverrideJavaLocation=false
|
||||
OverrideLegacySettings=false
|
||||
OverrideMemory=false
|
||||
OverrideMiscellaneous=false
|
||||
OverrideNativeWorkarounds=false
|
||||
OverridePerformance=false
|
||||
OverrideWindow=false
|
||||
UseAccountForInstance=false
|
||||
|
|
Binary file not shown.
|
@ -34,8 +34,9 @@
|
|||
"version": "47.2.0"
|
||||
},
|
||||
{
|
||||
"cachedName": "GalacticFactory Updater (agent)",
|
||||
"uid": "custom.agent.3998bcfe-672e-4555-bda4-53c9b6f35f23"
|
||||
"cachedName": "unsup",
|
||||
"cachedVersion": "0.2.3",
|
||||
"uid": "com.unascribed.unsup"
|
||||
}
|
||||
],
|
||||
"formatVersion": 1
|
||||
|
|
12
build/prism/patches/com.unascribed.unsup.json
Normal file
12
build/prism/patches/com.unascribed.unsup.json
Normal file
|
@ -0,0 +1,12 @@
|
|||
{
|
||||
"formatVersion": 1,
|
||||
"name": "GalacticFactory Updater (unsup v0.2.3)",
|
||||
"uid": "com.unascribed.unsup",
|
||||
"version": "0.2.3",
|
||||
"+agents": [
|
||||
{
|
||||
"name": "com.unascribed:unsup:0.2.3",
|
||||
"url": "https://repo.sleeping.town"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,13 +0,0 @@
|
|||
{
|
||||
"+agents": [
|
||||
{
|
||||
"MMC-displayname": "GalacticFactory Updater",
|
||||
"MMC-filename": "3998bcfe-672e-4555-bda4-53c9b6f35f23.jar",
|
||||
"MMC-hint": "local",
|
||||
"name": "custom.agents:3998bcfe-672e-4555-bda4-53c9b6f35f23:1"
|
||||
}
|
||||
],
|
||||
"formatVersion": 1,
|
||||
"name": "GalacticFactory Updater (agent)",
|
||||
"uid": "custom.agent.3998bcfe-672e-4555-bda4-53c9b6f35f23"
|
||||
}
|
Reference in a new issue