Skip to content

Commit

Permalink
fix builder
Browse files Browse the repository at this point in the history
seiya-git committed Jan 1, 2024
1 parent 0894217 commit ee6c4b5
Showing 3 changed files with 9 additions and 1 deletion.
4 changes: 4 additions & 0 deletions build/bin/ns-verify-folder-log.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off

set SCRIPTPATH=%~dp0
py "%SCRIPTPATH%ns_verify_folder.py" --save-log -i %1
4 changes: 4 additions & 0 deletions build/bin/ns-verify-folder.bat
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
@echo off

set SCRIPTPATH=%~dp0
py "%SCRIPTPATH%ns_verify_folder.py" -i %1
2 changes: 1 addition & 1 deletion build/setup.py
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@

setuptools.setup(
name = 'nstools',
version = '1.1.9.dev5',
version = '1.1.9.dev10',
url = 'https://github.com/seiya-dev/NSTools',
long_description = long_description,
long_description_content_type = 'text/markdown',

0 comments on commit ee6c4b5

Please sign in to comment.