Skip to content

Commit

Permalink
Some quick fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
markskayff committed Jan 25, 2024
1 parent 21dad45 commit a9fb366
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 8 deletions.
4 changes: 1 addition & 3 deletions install-firefox.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
version='0.7'
min_python_version="3.8"
author="Marcos Scaianschi"
author_email="[email protected]"
min_python_version="3.8"
21 changes: 16 additions & 5 deletions lib/menu.py
Original file line number Diff line number Diff line change
@@ -1,11 +1,22 @@
menu = {
1: { "title": "Firefox Latest", "name": "firefox-latest-ssl"},
2: { "title": "Firefox Beta", "name": "firefox-beta-latest-ssl"},
3: { "title": "Firefox Developer Edition", "name": "firefox-devedition-latest-ssl"},
4: { "title": "Firefox Nightly", "name": "firefox-nightly-latest-ssl"},
5: { "title": "Firefox Extended Support Release", "name": "firefox-esr-latest-ssl"},
1: {
"title": "Firefox Latest",
"name": "firefox-latest-ssl"},
2: {
"title": "Firefox Beta",
"name": "firefox-beta-latest-ssl"},
3: {
"title": "Firefox Developer Edition",
"name": "firefox-devedition-latest-ssl"},
4: {
"title": "Firefox Nightly",
"name": "firefox-nightly-latest-ssl"},
5: {
"title": "Firefox Extended Support Release",
"name": "firefox-esr-latest-ssl"},
6: { "title": "Exit"}
}

def deal_menu():
print("Select a Firefox version to download and install: \n")
for key in menu.keys():
Expand Down

0 comments on commit a9fb366

Please sign in to comment.