mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-26 11:21:30 +01:00
WIP: Add yaak-mac-window to proxy app
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -23,11 +23,7 @@ for (const name of readdirSync(pluginsDir)) {
|
||||
console.log(`Skipping ${name} (external plugin)`);
|
||||
continue;
|
||||
}
|
||||
const destDir = path.join(
|
||||
__dirname,
|
||||
"../crates-tauri/yaak-app-client/vendored/plugins/",
|
||||
name,
|
||||
);
|
||||
const destDir = path.join( __dirname, "..", 'crates-tauri','yaak-app-client','vendored','plugins', name);
|
||||
mkdirSync(destDir, { recursive: true });
|
||||
console.log(`Copying ${name} to ${destDir}`);
|
||||
cpSync(path.join(dir, "package.json"), path.join(destDir, "package.json"));
|
||||
|
||||
Reference in New Issue
Block a user