updated prism launcher export to download unsup from the actual repository instead of saving the jar locally
All checks were successful
Actions / Build Documentation (push) Successful in 12s
Actions / Build Prism Launcher Export File (push) Successful in 4s
Actions / Build ATLauncher Export File (push) Successful in 3s

This commit is contained in:
SeaswimmerTheFsh 2024-02-09 13:38:55 -05:00
parent b498b30efd
commit 856cfeb699
Signed by: cswimr
GPG key ID: B8953EC01E5C4063
5 changed files with 15 additions and 30 deletions

View file

@ -3,18 +3,3 @@ ConfigVersion=1.2
iconKey=galacticfactory iconKey=galacticfactory
name=GalacticFactory name=GalacticFactory
InstanceType=OneSix 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

View file

@ -34,8 +34,9 @@
"version": "47.2.0" "version": "47.2.0"
}, },
{ {
"cachedName": "GalacticFactory Updater (agent)", "cachedName": "unsup",
"uid": "custom.agent.3998bcfe-672e-4555-bda4-53c9b6f35f23" "cachedVersion": "0.2.3",
"uid": "com.unascribed.unsup"
} }
], ],
"formatVersion": 1 "formatVersion": 1

View 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"
}
]
}

View file

@ -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"
}