Skip to content

Commit

Permalink
[windows] fix: access code of tools
Browse files Browse the repository at this point in the history
  • Loading branch information
ifTNT committed Jul 4, 2024
1 parent 286ad03 commit a60651b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions windows/executors/copycat/run.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set EXECUTOR_ACCESS_CODE=copycat
set EXECUTOR_ACCESS_CODE=tool/copycat
pushd ..\..\..\src\multi-chat
php artisan model:config "copycat" "CopyCat" --image "..\..\windows\executors\copycat\copycat.png"
php artisan model:config "tool/copycat" "CopyCat" --image "..\..\windows\executors\copycat\copycat.png"
popd
start /b "" "kuwa-executor" "debug" "--access_code" "tool/copycat"
4 changes: 2 additions & 2 deletions windows/executors/sysinfo/run.bat
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set EXECUTOR_ACCESS_CODE=sysinfo
set EXECUTOR_ACCESS_CODE=tool/sysinfo
pushd ..\..\..\src\multi-chat
php artisan model:config "sysinfo" "System Info" --image "..\..\windows\executors\sysinfo\sysinfo.png"
php artisan model:config "tool/sysinfo" "System Info" --image "..\..\windows\executors\sysinfo\sysinfo.png"
popd
start /b "" "kuwa-executor" "sysinfo" "--access_code" "tool/sysinfo"

0 comments on commit a60651b

Please sign in to comment.