mirror of
https://github.com/heyman/heynote.git
synced 2025-06-20 01:27:44 +02: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": {
|
"mac": {
|
||||||
"artifactName": "${productName}_${version}.${ext}",
|
"artifactName": "${productName}_${version}.${ext}",
|
||||||
"target": [
|
"target": [
|
||||||
"dmg"
|
"dmg",
|
||||||
|
/*{
|
||||||
|
target: 'default',
|
||||||
|
arch: [
|
||||||
|
'x64',
|
||||||
|
'arm64'
|
||||||
|
]
|
||||||
|
}*/
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"win": {
|
"win": {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user