mirror of
https://github.com/amiayweb/Hytale-F2P.git
synced 2026-02-26 04:41:46 -03:00
Merge pull request #244 from amiayweb/fix/x64-appimage-issue
fix: preserves arch x64 on linux target for #242
This commit is contained in:
18
package.json
18
package.json
@@ -25,8 +25,7 @@
|
||||
"cross-platform",
|
||||
"electron",
|
||||
"auto-update",
|
||||
"mod-manager",
|
||||
"chat"
|
||||
"mod-manager"
|
||||
],
|
||||
"maintainers": [
|
||||
{
|
||||
@@ -79,9 +78,18 @@
|
||||
},
|
||||
"linux": {
|
||||
"target": [
|
||||
"AppImage",
|
||||
"deb",
|
||||
"rpm"
|
||||
{
|
||||
"target": "AppImage",
|
||||
"arch": ["x64"]
|
||||
},
|
||||
{
|
||||
"target": "deb",
|
||||
"arch": ["x64"]
|
||||
},
|
||||
{
|
||||
"target": "rpm",
|
||||
"arch": ["x64"]
|
||||
}
|
||||
],
|
||||
"icon": "build/icon.png",
|
||||
"category": "Game"
|
||||
|
||||
Reference in New Issue
Block a user