mirror of
https://github.com/rubickCenter/rubick
synced 2026-01-12 15:28:32 +08:00
💚 修复github actions 构建问题
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user