2
0
Эх сурвалжийг харах

Merge branch 'main' into support/fix-lint-error

jam411 3 жил өмнө
parent
commit
d028f4ff43

+ 1 - 1
packages/app/src/server/service/plugin.ts

@@ -45,7 +45,7 @@ export class PluginService {
 
     // save plugin metadata
     const ghRepositoryName = ghUrl.split('/').slice(-1)[0];
-    const installedPath = path.join(downloadDir, `${ghRepositoryName}-main`);
+    const installedPath = path.join(`${ghRepositoryName}-main`);
     const plugins = await PluginService.detectPlugins(origin, installedPath);
     await this.savePluginMetaData(plugins);