mirror of
https://github.com/rubickCenter/rubick
synced 2025-12-18 08:44:16 +08:00
chore: API改为类,成员函数变量增加static关键字 & yarn lint
This commit is contained in:
@@ -21,10 +21,7 @@ module.exports = {
|
||||
nodeIntegration: true,
|
||||
mainProcessFile: "src/main/index.ts",
|
||||
mainProcessWatch: ["src/main"],
|
||||
externals: [
|
||||
'pouchdb',
|
||||
'extract-file-icon'
|
||||
],
|
||||
externals: ["pouchdb", "extract-file-icon"],
|
||||
// Use this to change the entry point of your app's render process. default src/[main|index].[js|ts]
|
||||
builderOptions: {
|
||||
productName: "rubick2",
|
||||
@@ -51,10 +48,7 @@ module.exports = {
|
||||
},
|
||||
mac: {
|
||||
icon: "public/icons/icon.icns",
|
||||
target: [
|
||||
"dmg",
|
||||
"pkg"
|
||||
],
|
||||
target: ["dmg", "pkg"],
|
||||
extendInfo: {
|
||||
LSUIElement: 1,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user