mirror of
https://github.com/Kuingsmile/PicList.git
synced 2026-05-06 20:42:57 +08:00
📦 Chore(custom): add 7z in build target
This commit is contained in:
@@ -13,7 +13,7 @@ async function main(context) {
|
||||
}
|
||||
}
|
||||
})
|
||||
const isZip = targets.some(target => target.name === 'zip')
|
||||
const isZip = targets.some(target => target.name === 'zip' || target.name === '7z')
|
||||
if (isZip) {
|
||||
const portablePath = path.join(appOutDir, 'PORTABLE')
|
||||
try {
|
||||
|
||||
Reference in New Issue
Block a user