mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
📦 Chore(custom): add arm64 build test
This commit is contained in:
@@ -6,6 +6,7 @@
|
||||
"output": "dist_electron",
|
||||
"buildResources": "build"
|
||||
},
|
||||
"asarUnpack": ["**/node_modules/sharp/**", "**/node_modules/ssh2-no-cpu-features/**", "**/node_modules/@img/**"],
|
||||
"files": ["out/**/*", "dist/**/*", "resources/**/*", "package.json"],
|
||||
"extraResources": [
|
||||
{
|
||||
@@ -66,7 +67,7 @@
|
||||
"target": [
|
||||
{
|
||||
"target": "nsis",
|
||||
"arch": ["x64", "ia32"]
|
||||
"arch": ["x64", "arm64"]
|
||||
}
|
||||
]
|
||||
},
|
||||
@@ -78,7 +79,7 @@
|
||||
},
|
||||
"linux": {
|
||||
"icon": "resources/",
|
||||
"asarUnpack": ["**/node_modules/sharp/**", "**/node_modules/ssh2-no-cpu-features/**"]
|
||||
"asarUnpack": ["**/node_modules/sharp/**", "**/node_modules/ssh2-no-cpu-features/**", "**/node_modules/@img/**"]
|
||||
},
|
||||
"snap": {
|
||||
"publish": ["github"]
|
||||
|
||||
Reference in New Issue
Block a user