Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
seiya-git committed Oct 25, 2023
1 parent 790e0c6 commit 1f376f0
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 87 deletions.
93 changes: 6 additions & 87 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,90 +1,9 @@
__pycache__

*.xci
*.xcz
*.nsp
*.nsz
*.nsx
*.xcz
*.xci
*.ns*
*.xc*
*.nca
*.ncz
00
0*
*.7z
*.zip
*.lnk
*.pdf
*.cnmt
*.dshlv
*.bak
*.zip
*.pyc
*.cs
*.chm
*.csv
*.log
py/zconfig/*.json
py/ztools/*.exe
py/zconfig/*.pem
py/ztools/web/_debug_/
py/ztools/web/_cache_/
py/ztools/.net_code/
py/zconfig/remote_lib_cache/
py/ztools/keys.txt
py/ztools/install_server/
py/install_dependencies - alt.bat
py/INFO
py/NSCB_output
py/NSCB_extracted
py/extract
py/list.txt
py/advlist.txt
py/ztools/dbwork
py/badfiles.txt
py/mlist.txt
py/splist.txt
py/zconfig/DB/
py/DBL.txt
py/ztools/test.py
py/ztools/Chromium/
py/zzlist.txt
py/mnglist.txt
py/rstlist.txt
py/zconfig/api.txt
py/lists/
py/ztools/private/
py/ztools/cmd/
py/zconfig/credentials
py/testurl.txt
py/ztools/Drive/Retriever.py
py/ztools/Drive/Verify.py
py/zconfig/download_libraries.txt
py/zconfig/config_urls.txt
py/zconfig/remote_libraries.txt
py/Other
py/zconfig/local_libraries.txt
py/zconfig/NUT_DB_RAW.txt
py/joinlist.txt
py/zconfig/update_dbs_options.cmd
py/update_dbs.bat
py/zconfig/remote_cache_location.txt
py/zconfig/mtp_SD_libraries.txt
py/zconfig/mtp_source_libraries.txt
py/ztools/_mtp_cache_/games_installed.txt
py/ztools/_mtp_cache_/storage.csv
py/zconfig/mtp_download_libraries.txt
py/ztools/_mtp_cache_/valid_saves.txt
py/MTP1GD.txt
py/MTP2.txt
py/ztools/_mtp_cache_/sd_xci.txt
py/MTP1.txt
py/zconfig/_playlog_/*
py/mtpxci.txt
py/MTP2GD.txt
py/ztools/dev_keys.txt
*.rar
py/ztools/lib/Install_server.py
py/ztools/lib/plaintext.py

build
dist
*.spec
*.log
keys.txt
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
# Nintendo Switch Tools

Tools for XCI, XCZ, NSP and NSZ

Based on nut, NSC_B and nsz
10 changes: 10 additions & 0 deletions bat/000-install-dependencies.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
@echo off

set wd=%cd%
cd /d %~dp0../py

pip install -r "requirements.txt"

cd /d %wd%

pause

0 comments on commit 1f376f0

Please sign in to comment.