Skip to content

Commit 4bc3a5a

Browse files
committed
update buildWordPressPlugin.php
1 parent c28d3c4 commit 4bc3a5a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/buildWordPressPlugin.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@
3232

3333
// move main plugin files to root
3434
$files = [
35-
$baseDir . '/vendor/bdk/Debug/FrameWork/WordPress/debug-console-php.php',
36-
$baseDir . '/vendor/bdk/Debug/FrameWork/WordPress/readme.txt',
35+
$baseDir . '/src/debug-console-php.php',
36+
$baseDir . '/src/readme.txt',
3737
];
3838
foreach ($files as $filepath) {
3939
$filepathNew = $baseDir . '/' . \basename($filepath);
@@ -42,7 +42,7 @@
4242

4343
// remove files we don't need for wordpress plugin
4444
$files = [
45-
$baseDir . '/vendor/bdk//Debug/Framework',
45+
$baseDir . '/vendor/bdk/Debug/Framework',
4646
];
4747
foreach ($files as $filepath) {
4848
$helper->unlink($filepath);

0 commit comments

Comments
 (0)