🐛 修复插件新老npm插件安装不兼容的问题

This commit is contained in:
muwoo
2023-10-27 10:17:21 +08:00
parent a3a7dfde98
commit 6ae15b8f37
4 changed files with 4 additions and 5 deletions

View File

@@ -3,7 +3,7 @@ import path from 'path';
const appPath = app.getPath('userData');
const PLUGIN_INSTALL_DIR = path.join(appPath, './rubick-plugins');
const PLUGIN_INSTALL_DIR = path.join(appPath, './rubick-plugins-new');
const DECODE_KEY = {
Backspace: 'Backspace',