mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2025-04-25 15:11:02 -04:00
Update GitHub Actions workflow to remove .bin from the end of the Linux binary's name
This commit is contained in:
parent
96cab930f0
commit
7f788ae36c
4
.github/workflows/python-build.yml
vendored
4
.github/workflows/python-build.yml
vendored
@ -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:
|
||||
|
@ -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.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user