Skip to content

Commit 02a02b1

Browse files
committed
Merge pull request #323 from hugohuang1111/update_sdkbox
update sdkbox
2 parents c33fea7 + b7546f3 commit 02a02b1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

plugins/plugin_package/sdkbox

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
#!/bin/bash -l
1+
#!/bin/bash
22
DIR=$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )
33
python ${DIR}/sdkbox.pyc "$@"

plugins/plugin_package/sdkbox.bat

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
SET script_path=%~dp0
1+
@echo off
2+
@python "%~dp0\sdkbox.pyc" %*
23

3-
python %script_path%sdkbox.pyc %*

plugins/plugin_package/sdkbox.pyc

8.32 KB
Binary file not shown.

0 commit comments

Comments
 (0)