Forgot to change artifact name

This commit is contained in:
GeekCorner 2021-04-06 15:06:50 +02:00 committed by GitHub
parent c04cbb5ccc
commit 9055fa9df5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -47,7 +47,8 @@ builder.build({
arch: ['x64', 'arm64']
}
],
category: 'public.app-category.games'
category: 'public.app-category.games',
artifactName: '${productName}-${version}-${arch}.${ext}'
},
linux: {
target: 'AppImage',