mirror of
https://github.com/heyman/heynote.git
synced 2025-03-15 15:48:11 +01:00
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:
parent
f20c09ce19
commit
ab1a80199e
@ -16,7 +16,14 @@
|
||||
"mac": {
|
||||
"artifactName": "${productName}_${version}.${ext}",
|
||||
"target": [
|
||||
"dmg"
|
||||
"dmg",
|
||||
/*{
|
||||
target: 'default',
|
||||
arch: [
|
||||
'x64',
|
||||
'arm64'
|
||||
]
|
||||
}*/
|
||||
]
|
||||
},
|
||||
"win": {
|
||||
|
Loading…
Reference in New Issue
Block a user