mirror of
https://github.com/rubickCenter/rubick
synced 2025-06-07 11:04:11 +08:00
💚 修复github actions 构建问题
This commit is contained in:
parent
c16f703cef
commit
a407f84981
@ -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();
|
||||
|
@ -51,7 +51,7 @@ module.exports = {
|
||||
},
|
||||
mac: {
|
||||
icon: "public/icons/icon.icns",
|
||||
target: ["dmg", "pkg"],
|
||||
target: ["pkg"],
|
||||
extendInfo: {
|
||||
LSUIElement: 1,
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user