📦 Chore(custom): update build action for linux arm64

This commit is contained in:
Kuingsmile
2026-01-05 13:44:14 +08:00
parent 5460bd785a
commit 0c441751d1
8 changed files with 294 additions and 224 deletions

View File

@@ -77,9 +77,24 @@
"include": "build/installer.nsh"
},
"linux": {
"icon": "resources/"
},
"snap": {
"publish": ["github"]
"executableName": "PicList",
"icon": "build/icons/512x512.png",
"artifactName": "PicList-${version}-${arch}.${ext}",
"target": [
{
"target": "AppImage",
"arch": ["x64", "arm64"]
},
{
"target": "deb",
"arch": ["x64", "arm64"]
},
{
"target": "snap",
"arch": ["x64"]
}
],
"maintainer": "Kuingsmile",
"category": "Utility"
}
}