💚 修复github actions 构建问题

This commit is contained in:
muwoo
2023-03-14 15:59:03 +08:00
parent c16f703cef
commit a407f84981
2 changed files with 2 additions and 2 deletions

View File

@@ -16,7 +16,7 @@ export default function getCopyFiles(): Array<any> | null {
} catch (e) {
return null;
}
} else if (commonConst.windows()) {
} else if (process.platform === "win32") {
/* eslint-disable */
const clipboardEx = require("electron-clipboard-ex");
fileInfo = clipboardEx.readFilePaths();