Skip to content

Commit

Permalink
verif-mod
Browse files Browse the repository at this point in the history
  • Loading branch information
seiya-git committed Oct 6, 2023
1 parent 797f98b commit f257aca
Show file tree
Hide file tree
Showing 255 changed files with 309 additions and 169,905 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
*.cs
*.chm
*.csv
*.log
py/zconfig/*.json
py/ztools/*.exe
py/zconfig/*.pem
Expand Down
408 changes: 2 additions & 406 deletions README.md

Large diffs are not rendered by default.

167 changes: 0 additions & 167 deletions README_KR.md

This file was deleted.

2 changes: 1 addition & 1 deletion bat/nscb-compress.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set squirrel=%~dp0../py/ztools/squirrel.py
set squirrel=%~dp0../py/squirrel.py

py "%squirrel%" -o "%~dp1." --nodelta "true" --compress "%~1" 22

Expand Down
2 changes: 1 addition & 1 deletion bat/nscb-decopress.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set squirrel=%~dp0../py/ztools/squirrel.py
set squirrel=%~dp0../py/squirrel.py

py "%squirrel%" -o "%~dp1." --decompress "%~1"

Expand Down
2 changes: 1 addition & 1 deletion bat/nscb-verify-folder-lv2.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set squirrel=%~dp0../py/ztools/squirrel.py
set squirrel=%~dp0../py/squirrel.py

for %%a in ("*.xci", "*.xcz", "*.nsp", "*.nsz") do (
py "%squirrel%" -v "%%~dpnxa" -vt lv2 -o "%%~dpa." --saveverifylog 1
Expand Down
2 changes: 1 addition & 1 deletion bat/nscb-verify-folder-lv3.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set squirrel=%~dp0../py/ztools/squirrel.py
set squirrel=%~dp0../py/squirrel.py

for %%a in ("*.xci", "*.xcz", "*.nsp", "*.nsz") do (
py "%squirrel%" -v "%%~dpnxa" -vt lv3 -o "%%~dpa." --saveverifylog 1
Expand Down
2 changes: 1 addition & 1 deletion bat/nscb-verify-lv2.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set squirrel=%~dp0../py/ztools/squirrel.py
set squirrel=%~dp0../py/squirrel.py

py "%squirrel%" -v "%~1" -vt lv2 -o "%~dp1." --saveverifylog 1

Expand Down
2 changes: 1 addition & 1 deletion bat/nscb-verify-lv3.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
@echo off
set squirrel=%~dp0../py/ztools/squirrel.py
set squirrel=%~dp0../py/squirrel.py

py "%squirrel%" -v "%~1" -vt lv3 -o "%~dp1." --saveverifylog 1

Expand Down
6 changes: 6 additions & 0 deletions bat/nscb-verify-test.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
@echo off
set squirrel=%~dp0../py/verif_folder.py

py "%squirrel%" -i "%~1"

pause
Loading

0 comments on commit f257aca

Please sign in to comment.