Skip to content

Commit

Permalink
Merge branch 'julesontheroad:master' into patch
Browse files Browse the repository at this point in the history
  • Loading branch information
lanvent committed Mar 8, 2023
2 parents b5234a3 + e9083e8 commit 183f47c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Nintendo Switch Cleaner and Builder (NSC_Builder)
![DeviceTag](https://img.shields.io/badge/Device-SWITCH-e60012.svg) ![LanguageTag](https://img.shields.io/badge/languages-python_batch_html5_javascript-blue.svg)

**Temporarly archived:** Currently i don't have the time to work on this repository, i will reopen it and reactivate issues if i have something to commit or time to work regularly on the project. The titledb fork will still continue to update and i will probably compile a new version including the latest master, don't think it had much changes since the last release i did but i'd probably compile it to include the latest keygeneration changes.

**Update:** Leaving it open for commits.

## 1. Description

**Nintendo Switch Cleaner and Builder**: A multi-purpose tool for interacting with Switch game files - a "Switch-Army Knife". Written in Python, Batch, and HTML. Originally developed to remove titlerights and create multicontent NSP/XCI files, though over time has expanded to have significantly more features, specializing in batch processing and file information.
Expand Down
3 changes: 2 additions & 1 deletion py/ztools/squirrel.py
Original file line number Diff line number Diff line change
Expand Up @@ -5830,7 +5830,8 @@
if args.patchversion:
for input in args.patchversion:
try:
number = input
number = int(input)
break
except BaseException as e:
Print.error('Exception: ' + str(e))
else:
Expand Down

0 comments on commit 183f47c

Please sign in to comment.