mirror of
https://github.com/NinjaCheetah/NUSGet.git
synced 2026-03-06 18:45:30 -05:00
Compare commits
4 Commits
63800eac77
...
v1.4.2
| Author | SHA1 | Date | |
|---|---|---|---|
|
bb93248b62
|
|||
|
690a14b77c
|
|||
|
|
07f7392ed1 | ||
|
|
24a8b2b0bc |
19
.github/workflows/python-build.yml
vendored
19
.github/workflows/python-build.yml
vendored
@@ -120,6 +120,25 @@ jobs:
|
||||
with:
|
||||
path: D:\a\NUSGet\NUSGet\NUSGet.dist
|
||||
name: NUSGet-Windows-bin
|
||||
|
||||
build-windows-onefile:
|
||||
|
||||
runs-on: windows-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Enable Developer Command Prompt
|
||||
uses: ilammy/msvc-dev-cmd@v1.13.0
|
||||
- name: Set up Python 3.12
|
||||
uses: actions/setup-python@v5
|
||||
with:
|
||||
python-version: "3.12"
|
||||
- name: Install Dependencies
|
||||
run: |
|
||||
python -m pip install --upgrade pip
|
||||
pip install -r requirements.txt
|
||||
- name: Build Onefile Package
|
||||
run: .\Build.ps1 build-onefile
|
||||
- name: Upload Onefile Package
|
||||
uses: actions/upload-artifact@v4
|
||||
with:
|
||||
|
||||
10
Build.ps1
10
Build.ps1
@@ -11,6 +11,12 @@ $buildNUSGet = {
|
||||
python -m nuitka --show-progress --assume-yes-for-downloads NUSGet.py
|
||||
}
|
||||
|
||||
$buildNUSGetOnefile = {
|
||||
Write-Host "Building NUSGet in onefile mode..."
|
||||
python build_translations.py
|
||||
python -m nuitka --show-progress --assume-yes-for-downloads --onefile NUSGet.py
|
||||
}
|
||||
|
||||
$cleanNUSGet = {
|
||||
Write-Host "Cleaning..."
|
||||
Remove-Item -Recurse -Force NUSGet.exe, ./NUSGet.build/, ./NUSGet.dist/, ./NUSGet.onefile-build/
|
||||
@@ -21,6 +27,10 @@ switch ($Task.ToLower()) {
|
||||
& $buildNUSGet
|
||||
break
|
||||
}
|
||||
"build-onefile" {
|
||||
& $buildNUSGetOnefile
|
||||
break
|
||||
}
|
||||
"clean" {
|
||||
& $cleanNUSGet
|
||||
break
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
# nuitka-project: --macos-create-app-bundle
|
||||
# nuitka-project: --macos-app-icon={MAIN_DIRECTORY}/resources/icon.png
|
||||
# nuitka-project-if: {OS} == "Windows":
|
||||
# nuitka-project: --onefile
|
||||
# nuitka-project: --standalone
|
||||
# nuitka-project: --windows-icon-from-ico={MAIN_DIRECTORY}/resources/icon.png
|
||||
# nuitka-project: --windows-console-mode=disable
|
||||
# nuitka-project-if: {OS} in ("Linux", "FreeBSD", "OpenBSD"):
|
||||
@@ -38,7 +38,7 @@ from modules.download_batch import run_nus_download_batch
|
||||
from modules.download_wii import run_nus_download_wii
|
||||
from modules.download_dsi import run_nus_download_dsi
|
||||
|
||||
nusget_version = "1.4.1"
|
||||
nusget_version = "1.4.2"
|
||||
|
||||
regions = {"World": ["41"], "USA/NTSC": ["45"], "Europe/PAL": ["50"], "Japan": ["4A"], "Korea": ["4B"], "China": ["43"],
|
||||
"Australia/NZ": ["55"]}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
pyside6
|
||||
nuitka~=2.6.0
|
||||
nuitka
|
||||
git+https://github.com/NinjaCheetah/libWiiPy
|
||||
libTWLPy
|
||||
zstandard
|
||||
|
||||
@@ -161,17 +161,17 @@ li.checked::marker { content: "\2612"; }
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="485"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opciones</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="489"/>
|
||||
<source>Language</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Idioma</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="503"/>
|
||||
<source>Theme</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tema</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="520"/>
|
||||
@@ -182,17 +182,17 @@ li.checked::marker { content: "\2612"; }
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="545"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="617"/>
|
||||
<source>System (Default)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sistema (por defecto)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="625"/>
|
||||
<source>Light</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Claro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="633"/>
|
||||
<source>Dark</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Oscuro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="218"/>
|
||||
@@ -487,17 +487,17 @@ Por defecto, los títulos serán descargados a una carpeta llamada "NUSGet
|
||||
<location filename="../../NUSGet.py" line="661"/>
|
||||
<location filename="../../NUSGet.py" line="671"/>
|
||||
<source>Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Reinicio requerido</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="662"/>
|
||||
<source>NUSGet must be restarted for the selected language to take effect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>NUSGet tiene que reiniciarse para aplicar el idioma seleccionado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="672"/>
|
||||
<source>NUSGet must be restarted for the selected theme to take effect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>NUSGet tiene que reiniciarse para aplicar el tema seleccionado.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../modules/core.py" line="74"/>
|
||||
|
||||
@@ -148,17 +148,17 @@
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="485"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Opzioni</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="489"/>
|
||||
<source>Language</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Lingua</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="503"/>
|
||||
<source>Theme</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tema</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="520"/>
|
||||
@@ -169,17 +169,17 @@
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="545"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="617"/>
|
||||
<source>System (Default)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Sistema (Default)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="625"/>
|
||||
<source>Light</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Chiaro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="633"/>
|
||||
<source>Dark</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Scuro</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="218"/>
|
||||
@@ -393,7 +393,7 @@ Per impostazione predefinita, i titoli verranno scaricati nella cartella "N
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="459"/>
|
||||
<source>Title IDs must be 16 digit strings of numbers and letters. Please enter a correctly formatted Title ID, or select one from the menu on the left.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Gli ID del titolo devono essere costituiti da stringhe di 16 cifre di numeri e lettere. Inserire un ID titolo formattato correttamente o selezionarne uno dal menu a sinistra.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="462"/>
|
||||
@@ -434,17 +434,17 @@ Per impostazione predefinita, i titoli verranno scaricati nella cartella "N
|
||||
<location filename="../../NUSGet.py" line="661"/>
|
||||
<location filename="../../NUSGet.py" line="671"/>
|
||||
<source>Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Riavvio necessario</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="662"/>
|
||||
<source>NUSGet must be restarted for the selected language to take effect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>NUSGet ha bisogno di essere riavviato per poter cambiare la lingua.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="672"/>
|
||||
<source>NUSGet must be restarted for the selected theme to take effect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>NUSGet ha bisogno di essere riavviato per poter cambiare il tema.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>The Title ID you have entered is not in a valid format!</source>
|
||||
|
||||
@@ -148,17 +148,17 @@
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="485"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>옵션</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="489"/>
|
||||
<source>Language</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>언어</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="503"/>
|
||||
<source>Theme</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>테마</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="520"/>
|
||||
@@ -169,17 +169,17 @@
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="545"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="617"/>
|
||||
<source>System (Default)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>시스템 (기본)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="625"/>
|
||||
<source>Light</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>밝음</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="633"/>
|
||||
<source>Dark</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>어두움</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="218"/>
|
||||
@@ -426,17 +426,17 @@ By default, titles will be downloaded to a folder named "NUSGet Downloads&q
|
||||
<location filename="../../NUSGet.py" line="661"/>
|
||||
<location filename="../../NUSGet.py" line="671"/>
|
||||
<source>Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>재시작 필요</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="662"/>
|
||||
<source>NUSGet must be restarted for the selected language to take effect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>선택한 언어를 적용하려면 NUSGet을 다시 시작해야 합니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="672"/>
|
||||
<source>NUSGet must be restarted for the selected theme to take effect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>선택한 테마를 적용하려면 NUSGet을 다시 시작해야 합니다.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>The Title ID you have entered is not in a valid format!</source>
|
||||
|
||||
@@ -148,17 +148,17 @@
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="485"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Instillinger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="489"/>
|
||||
<source>Language</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Språk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="503"/>
|
||||
<source>Theme</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tema</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="520"/>
|
||||
@@ -169,17 +169,17 @@
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="545"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="617"/>
|
||||
<source>System (Default)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>System (Standard)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="625"/>
|
||||
<source>Light</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Lys</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="633"/>
|
||||
<source>Dark</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mørk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="218"/>
|
||||
@@ -434,17 +434,17 @@ Titler er lastes ned til en mappe med navnet "NUSGet Downloads" i nedl
|
||||
<location filename="../../NUSGet.py" line="661"/>
|
||||
<location filename="../../NUSGet.py" line="671"/>
|
||||
<source>Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Omstart Nødvendig</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="662"/>
|
||||
<source>NUSGet must be restarted for the selected language to take effect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>NUSGet må startes på nytt for at det valgte språket skal tre i kraft.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="672"/>
|
||||
<source>NUSGet must be restarted for the selected theme to take effect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>NUSGet må startes på nytt for at det valgte temaet skal tre i kraft.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>The Title ID you have entered is not in a valid format!</source>
|
||||
|
||||
@@ -148,17 +148,17 @@
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="485"/>
|
||||
<source>Options</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Instillinger</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="489"/>
|
||||
<source>Language</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Språk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="503"/>
|
||||
<source>Theme</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Tema</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="520"/>
|
||||
@@ -169,17 +169,17 @@
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="545"/>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="617"/>
|
||||
<source>System (Default)</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>System (Standard)</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="625"/>
|
||||
<source>Light</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Lys</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../qt/ui/MainMenu.ui" line="633"/>
|
||||
<source>Dark</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Mørk</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="218"/>
|
||||
@@ -434,17 +434,17 @@ Titler er lastes ned til en mappe med navnet "NUSGet Downloads" i nedl
|
||||
<location filename="../../NUSGet.py" line="661"/>
|
||||
<location filename="../../NUSGet.py" line="671"/>
|
||||
<source>Restart Required</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>Omstart Nødvendig</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="662"/>
|
||||
<source>NUSGet must be restarted for the selected language to take effect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>NUSGet må startes på nytt for at det valgte språket skal tre i kraft.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<location filename="../../NUSGet.py" line="672"/>
|
||||
<source>NUSGet must be restarted for the selected theme to take effect.</source>
|
||||
<translation type="unfinished"></translation>
|
||||
<translation>NUSGet må startes på nytt for at det valgte temaet skal tre i kraft.</translation>
|
||||
</message>
|
||||
<message>
|
||||
<source>The Title ID you have entered is not in a valid format!</source>
|
||||
|
||||
Reference in New Issue
Block a user