Binary name option

This commit is contained in:
trickypr 2021-11-17 18:26:22 +11:00
parent 331c2b2235
commit b52a4d97b3
4 changed files with 24 additions and 27 deletions

View file

@ -113,7 +113,7 @@ export async function setupProject(): Promise<void> {
},
])
const config: Config = {
const config: Partial<Config> = {
name,
vendor,
appId,