Add commented out code that makes the build fail, but still manages to produce a x86 build (can be used for testing purposes)

This commit is contained in:
Jonatan Heyman 2023-01-13 15:30:21 +01:00
parent f20c09ce19
commit ab1a80199e

View File

@ -16,7 +16,14 @@
"mac": {
"artifactName": "${productName}_${version}.${ext}",
"target": [
"dmg"
"dmg",
/*{
target: 'default',
arch: [
'x64',
'arm64'
]
}*/
]
},
"win": {