no message

This commit is contained in:
kuaifan
2022-07-08 23:09:35 +08:00
parent 36ea882869
commit 82010e7225
5 changed files with 12 additions and 7 deletions

10
electron/build.js vendored
View File

@@ -216,10 +216,12 @@ if (["dev"].includes(argv[2])) {
value: data
})
})
appChoices.push({
name: "All generic",
value: 'generic'
})
if (config.app.filter(({publish}) => publish.provider === 'generic').length > 1) {
appChoices.push({
name: "All generic",
value: 'generic'
})
}
const questions = [
{
type: 'list',