Skip to content

Commit

Permalink
update tools
Browse files Browse the repository at this point in the history
  • Loading branch information
wish13yt committed Jan 15, 2025
1 parent b7712df commit 223aad0
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
api_key.json
api_key.json
release_bundling
4 changes: 3 additions & 1 deletion Tools/FreakyBrowse-installer.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,12 @@

def versions_menu():
print("These are all of the versions that you can install!!! You can also use this to update!")
print("2.3\n2.2\n2.1\n2\n1.9\n1.8\n1.7\n1.6\n1.5\n1.4\n1.3\n1.2\n1.1\n1.0\n")
print("2.4.1\n2.4\n2.3\n2.2\n2.1\n2\n1.9\n1.8\n1.7\n1.6\n1.5\n1.4\n1.3\n1.2\n1.1\n1.0\n")
choice = input()

urls = {
"2.4.1": "https://github.com/Freakybob-Team/freakybrowse/releases/download/v2.4.1/FreakyBrowse.2.4.1.zip",
"2.4": "https://github.com/Freakybob-Team/freakybrowse/releases/download/v2.4/FreakyBrowse.2.4.zip",
"2.3": "https://github.com/Freakybob-Team/freakybrowse/releases/download/V.2.3/FreakyBrowse.2.3.zip",
"2.2": "https://github.com/Freakybob-Team/freakybrowse/releases/download/v2.2/2.2.zip",
"2.1": "https://github.com/Freakybob-Team/freakybrowse/releases/download/V.2.1/2.1.zip",
Expand Down
2 changes: 1 addition & 1 deletion Tools/update_your_browse.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
from urllib.request import urlretrieve
from urllib.error import URLError, HTTPError

current_url = "https://github.com/Freakybob-Team/freakybrowse/releases/download/V.2.3/FreakyBrowse.2.3.zip" # change this upon release
current_url = "https://github.com/Freakybob-Team/freakybrowse/releases/download/v2.4.1/FreakyBrowse.2.4.1.zip" # change this upon release
url = "https://github.com/Freakybob-Team/freakybrowse/blob/main/newest_release.txt?raw=true"

try:
Expand Down

0 comments on commit 223aad0

Please sign in to comment.