mirror of
https://github.com/LCE-Hub/LCE-Emerald-Launcher.git
synced 2026-07-19 00:37:07 +00:00
Fix: forgot to remove the experimental
This commit is contained in:
parent
2c00dced28
commit
346e51349c
|
|
@ -1,18 +0,0 @@
|
|||
cask "lce-emerald-launcher-experimental" do
|
||||
version "1.5.1-experimental"
|
||||
sha256 intel: "7826e105f283f22cb5784b7e0dd3c90b8fc493a636ca11333a4b867f3e1a9891",
|
||||
arm: "e1c392213e0d34546f55971a1e381b942d2c896671576a18ab1db4ff1d4270b9"
|
||||
|
||||
url "https://github.com/LCE-Hub/LCE-Emerald-Launcher/releases/download/experimental/LCE.Emerald.Launcher_#{version.to_s.split("-").first}_#{arch}.dmg"
|
||||
name "LCE Emerald Launcher Experimental"
|
||||
desc "Minecraft Legacy Console Edition Launcher (Experimental)"
|
||||
homepage "https://github.com/LCE-Hub/LCE-Emerald-Launcher"
|
||||
|
||||
app "LCE Emerald Launcher/LCE Emerald Launcher.app"
|
||||
|
||||
zap trash: [
|
||||
"~/Library/Application Support/com.emerald.legacy",
|
||||
"~/Library/Preferences/com.emerald.legacy.plist",
|
||||
"~/Library/Saved Application State/com.emerald.legacy.savedState",
|
||||
]
|
||||
end
|
||||
|
|
@ -62,7 +62,7 @@ def update_experimental(version, intel_hash, arm_hash):
|
|||
|
||||
def main():
|
||||
parser = argparse.ArgumentParser(description="Update Homebrew Formula/Cask files")
|
||||
parser.add_argument("--type", choices=["stable", "experimental"], required=True)
|
||||
parser.add_argument("--type", choices=["stable" ], required=True)
|
||||
parser.add_argument("--version", required=True)
|
||||
parser.add_argument("--intel-hash", required=True)
|
||||
parser.add_argument("--arm-hash", required=True)
|
||||
|
|
|
|||
Loading…
Reference in a new issue