Wording changes

[ci skip]
pull/880/head
probonopd 2 months ago committed by GitHub
parent b166c4726f
commit a6d1918571
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 6
      updater.py

@ -3,10 +3,6 @@
# Updater for MiniDexed # Updater for MiniDexed
# Download https://github.com/probonopd/MiniDexed/releases/expanded_assets/continuous
# and extract the URL of the first .zip file in the list
# and download it to a temporary directory, then extract it
import os import os
import sys import sys
import tempfile import tempfile
@ -92,7 +88,7 @@ if __name__ == "__main__":
# Ask user which release to download (numbered choices) # Ask user which release to download (numbered choices)
release_options = [ release_options = [
("Latest official release", "https://github.com/probonopd/MiniDexed/releases/expanded_assets/latest"), ("Latest official release", "https://github.com/probonopd/MiniDexed/releases/expanded_assets/latest"),
("Continuous (nightly) build", "https://github.com/probonopd/MiniDexed/releases/expanded_assets/continuous") ("Continuous (experimental) build", "https://github.com/probonopd/MiniDexed/releases/expanded_assets/continuous")
] ]
print("Which release do you want to download?") print("Which release do you want to download?")
for idx, (desc, _) in enumerate(release_options): for idx, (desc, _) in enumerate(release_options):

Loading…
Cancel
Save