1
0
mirror of https://github.com/h3poteto/whalebird-desktop synced 2024-12-28 17:52:17 +01:00

Stop building linux ia32 build because Electron 19 does not support it

This commit is contained in:
AkiraFukushima 2022-09-09 00:13:21 +09:00
parent 02ea3f504a
commit 01318347c9
No known key found for this signature in database
GPG Key ID: B6E51BAC4DE1A957

View File

@ -81,7 +81,6 @@
"target": "tar.bz2", "target": "tar.bz2",
"arch": [ "arch": [
"x64", "x64",
"ia32",
"armv7l", "armv7l",
"arm64" "arm64"
] ]