384134: fix Windows classpath setting
diff --git a/build-bundlor/resources/bin/bundlor.bat b/build-bundlor/resources/bin/bundlor.bat
index 9973ac3..3ede02e 100644
--- a/build-bundlor/resources/bin/bundlor.bat
+++ b/build-bundlor/resources/bin/bundlor.bat
@@ -11,7 +11,7 @@
 set CLASSPATH=

 

 PUSHD "%SCRIPT_DIR%"..\plugins

-FOR %%G IN (*.*) DO CALL:APPEND_TO_CLASSPATH dist %%G

+FOR %%G IN (*.*) DO CALL:APPEND_TO_CLASSPATH plugins %%G

 POPD

 GOTO Continue