mirror of
https://github.com/tobychui/zoraxy.git
synced 2025-09-14 16:19:53 +02:00
Optimized plugin examples
- Fixed build script bug in plugin module copy logic - Fixed plugin example typos - Fixed the missing embeded web server handleFunc interface
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
echo "Copying zoraxy_plugin to all mods"
|
||||
for dir in ./*; do
|
||||
if [ -d "$dir" ]; then
|
||||
cp -r ../mod/plugins/zoraxy_plugin "$dir/mod"
|
||||
cp -r ../../src/mod/plugins/zoraxy_plugin "$dir/mod"
|
||||
fi
|
||||
done
|
||||
|
||||
|
Reference in New Issue
Block a user