diff --git a/cmd/builder-linux.json b/cmd/builder-linux.json new file mode 100644 index 0000000..e1254c3 --- /dev/null +++ b/cmd/builder-linux.json @@ -0,0 +1,37 @@ +{ + "productName": "ee", + "appId": "com.bilibili.ee", + "copyright": "© 2025 duola Technology Co., Ltd.", + "directories": { + "output": "out" + }, + "asar": true, + "files": [ + "**/*", + "!electron/", + "!frontend/", + "!logs/", + "!go/", + "!data/" + ], + "extraResources": [ + { + "from": "build/extraResources", + "to": "extraResources" + } + ], + "publish": [ + { + "provider": "generic", + "url": "" + } + ], + "linux": { + "icon": "build/icons/icon.icns", + "artifactName": "${productName}-${os}-${version}-${arch}.${ext}", + "target": [ + "deb" + ], + "category": "Utility" + } +} \ No newline at end of file diff --git a/cmd/builder-mac-arm64.json b/cmd/builder-mac-arm64.json new file mode 100644 index 0000000..7a7b47f --- /dev/null +++ b/cmd/builder-mac-arm64.json @@ -0,0 +1,35 @@ +{ + "productName": "ee", + "appId": "com.bilibili.ee", + "copyright": "© 2025 duola Technology Co., Ltd.", + "directories": { + "output": "out" + }, + "asar": true, + "files": [ + "**/*", + "!electron/", + "!frontend/", + "!logs/", + "!go/", + "!data/" + ], + "extraResources": [ + { + "from": "build/extraResources", + "to": "extraResources" + } + ], + "publish": [ + { + "provider": "generic", + "url": "" + } + ], + "mac": { + "icon": "build/icons/icon.icns", + "artifactName": "${productName}-${os}-${version}-${arch}.${ext}", + "darkModeSupport": true, + "hardenedRuntime": false + } +} \ No newline at end of file diff --git a/cmd/builder-mac.json b/cmd/builder-mac.json new file mode 100644 index 0000000..7a7b47f --- /dev/null +++ b/cmd/builder-mac.json @@ -0,0 +1,35 @@ +{ + "productName": "ee", + "appId": "com.bilibili.ee", + "copyright": "© 2025 duola Technology Co., Ltd.", + "directories": { + "output": "out" + }, + "asar": true, + "files": [ + "**/*", + "!electron/", + "!frontend/", + "!logs/", + "!go/", + "!data/" + ], + "extraResources": [ + { + "from": "build/extraResources", + "to": "extraResources" + } + ], + "publish": [ + { + "provider": "generic", + "url": "" + } + ], + "mac": { + "icon": "build/icons/icon.icns", + "artifactName": "${productName}-${os}-${version}-${arch}.${ext}", + "darkModeSupport": true, + "hardenedRuntime": false + } +} \ No newline at end of file diff --git a/cmd/builder.json b/cmd/builder.json index 60b090d..e067169 100644 --- a/cmd/builder.json +++ b/cmd/builder.json @@ -1,7 +1,7 @@ { "productName": "ee", "appId": "com.electron.ee", - "copyright": "© 2025 哆啦好梦 Technology Co., Ltd.", + "copyright": "© 2025 duola Technology Co., Ltd.", "directories": { "output": "out" },