mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-19 15:42:05 +00:00
dont support 32 bit
This commit is contained in:
parent
6445f5010e
commit
25c4fa392d
1 changed files with 1 additions and 9 deletions
10
package.json
10
package.json
|
|
@ -47,15 +47,7 @@
|
|||
},
|
||||
"win": {
|
||||
"artifactName": "${name}-${os}-${arch}-${version}.${ext}",
|
||||
"target": [
|
||||
{
|
||||
"arch": [
|
||||
"ia32",
|
||||
"x64"
|
||||
],
|
||||
"target": "nsis"
|
||||
}
|
||||
],
|
||||
"target": "nsis",
|
||||
"icon": "src/renderer/public/logo.ico"
|
||||
},
|
||||
"linux": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue