Skip to content

Commit 3dddb72

Browse files
committed
Pull smashline_plugin instead of smashline_hook
1 parent 08df165 commit 3dddb72

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

scripts/full_package.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -57,9 +57,9 @@ def download_and_extract(owner: str, repo: str, tag: str, asset: str, extract_di
5757
urllib.request.urlretrieve("https://github.com/ultimate-research/nro-hook-plugin/releases/latest/download/libnro_hook.nro", "libnro_hook.nro")
5858
shutil.move("libnro_hook.nro", "switch-package/atmosphere/contents/01006A800016E000/romfs/skyline/plugins/")
5959

60-
print("getting libsmashline_hook.nro")
61-
urllib.request.urlretrieve("https://github.com/blu-dev/smashline_hook/releases/latest/download/libsmashline_hook.nro", "libsmashline_hook.nro")
62-
shutil.move("libsmashline_hook.nro", "switch-package/atmosphere/contents/01006A800016E000/romfs/skyline/plugins/")
60+
print("getting libsmashline_plugin.nro")
61+
urllib.request.urlretrieve("https://github.com/HDR-Development/smashline/releases/latest/download/libsmashline_plugin.nro", "libsmashline_hook.nro")
62+
shutil.move("libsmashline_plugin.nro", "switch-package/atmosphere/contents/01006A800016E000/romfs/skyline/plugins/")
6363

6464
print("getting hdr-launcher.nro")
6565
urllib.request.urlretrieve("https://github.com/techyCoder81/hdr-launcher-react/releases/latest/download/hdr-launcher.nro", "hdr-launcher.nro")

0 commit comments

Comments
 (0)