Skip to content

Commit

Permalink
Release 1.3.0
Browse files Browse the repository at this point in the history
Updates nx-hbmenu and nx-hbloader as well.
  • Loading branch information
noirscape committed Dec 2, 2018
1 parent 5943464 commit a79b3db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions switchguideupdater.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
from enum import Enum

BASE_URL = 'http://amsupdater.catgirlsin.space/json/'
VERSION = '1.2.4'
VERSION = '1.3.0'

class WindowState(Enum):
MAIN_MENU = 0
Expand Down Expand Up @@ -46,10 +46,10 @@ def update_hekate():

def update_nx_hbloader():
os.makedirs('/atmosphere', exist_ok=True)
download_file(BASE_URL + 'hbl.nsp', '/atmosphere')
download_file(BASE_URL + 'hbl.nsp', '/atmosphere/hbl.nsp')

def update_nx_hbmenu():
download_file(BASE_URL + 'hbmenu.nro', '/')
download_file(BASE_URL + 'hbmenu.nro', '/hbmenu.nro')

def update_self():
r = urllib.request.urlopen(BASE_URL + 'switchguideupdater.py')
Expand Down

0 comments on commit a79b3db

Please sign in to comment.