From 7f788ae36c616f98134490a0f630452a9eb2e35f Mon Sep 17 00:00:00 2001 From: NinjaCheetah <58050615+NinjaCheetah@users.noreply.github.com> Date: Wed, 17 Jul 2024 21:58:09 -0400 Subject: [PATCH] Update GitHub Actions workflow to remove .bin from the end of the Linux binary's name --- .github/workflows/python-build.yml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-build.yml b/.github/workflows/python-build.yml index 08ffda9..dd0b35d 100644 --- a/.github/workflows/python-build.yml +++ b/.github/workflows/python-build.yml @@ -35,9 +35,9 @@ jobs: nuitka3 --show-progress --include-data-dir=data=data --include-data-dir=resources=resources --assume-yes-for-downloads --onefile --plugin-enable=pyside6 NUSGet.py - name: Prepare Package for Upload run: | - mv NUSGet.bin ~/NUSGet.bin + mv NUSGet.bin ~/NUSGet cd ~ - tar cvf NUSGet.tar NUSGet.bin + tar cvf NUSGet.tar NUSGet - name: Upload Package uses: actions/upload-artifact@v4.3.0 with: diff --git a/README.md b/README.md index 83ababc..526b455 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ A modern and supercharged NUS downloader built with Python and Qt6. Powered by l The name is a play on NuGet, the .NET package manager. Thank you [@Janni9009](https://github.com/Janni9009) for the name idea! ## Features -NUSDGet allows you to download any content from the Nintendo Update Servers. Free content (content with a Ticket freely available on the servers) can be decrypted or packed directly into an installable archive (WAD/TAD). +NUSGet allows you to download any content from the Nintendo Update Servers. Free content (content with a Ticket freely available on the servers) can be decrypted or packed directly into an installable archive (WAD/TAD). NUSGet also offers the ability to create vWii WADs that can be installed from within vWii mode, since the content directly from the update servers is only designed to be installed from Wii U mode.