suport linux

This commit is contained in:
muwoo 2022-01-24 14:42:49 +08:00
parent d2894c66ba
commit a22a78fa0a
2 changed files with 2 additions and 3 deletions

View File

@ -1,9 +1,7 @@
import appSearch from "@/core/app-search";
import PluginHandler from "@/core/plugin-handler"; import PluginHandler from "@/core/plugin-handler";
import LocalDb from "@/core/db"; import LocalDb from "@/core/db";
export { export {
appSearch,
PluginHandler, PluginHandler,
LocalDb, LocalDb,
}; };

View File

@ -1,6 +1,7 @@
import { reactive, toRefs, ref } from "vue"; import { reactive, toRefs, ref } from "vue";
import { nativeImage, remote, ipcRenderer } from "electron"; import { nativeImage, remote, ipcRenderer } from "electron";
import { appSearch, PluginHandler } from "@/core"; import appSearch from "@/core/app-search";
import { PluginHandler } from "@/core";
import path from "path"; import path from "path";
import commonConst from "@/common/utils/commonConst"; import commonConst from "@/common/utils/commonConst";
import { execSync } from "child_process"; import { execSync } from "child_process";