Skip to content

Commit d783594

Browse files
authored
Merge pull request HDR-Development#2282 from HDR-Development/feature/smashline-2
Fix full_package.py
2 parents 9d6222d + 397ad19 commit d783594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/full_package.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ def download_and_extract(owner: str, repo: str, tag: str, asset: str, extract_di
5757
shutil.move("libnro_hook.nro", "switch-package/atmosphere/contents/01006A800016E000/romfs/skyline/plugins/")
5858

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

6363
print("getting hdr-launcher.nro")

0 commit comments

Comments
 (0)