mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-02-18 08:12:16 +03:00
remove 32-bit build and change author to contributors
This commit is contained in:
parent
5a5d520dde
commit
effa8337a3
1 changed files with 12 additions and 3 deletions
15
package.json
15
package.json
|
@ -2,7 +2,17 @@
|
|||
"name": "an-anime-game-linux-launcher",
|
||||
"version": "2.2.0-beta3",
|
||||
"description": "An Anime Game Linux Launcher",
|
||||
"author": "Nikita Podvirnyy",
|
||||
"contributors": [
|
||||
{
|
||||
"name": "Nikita Podvirnyy",
|
||||
"url": "https://notabug.org/nobody"
|
||||
},
|
||||
{
|
||||
"name": "Marie Piontek",
|
||||
"email": "marie@mxy.gg",
|
||||
"url": "https://marie.omg.lol"
|
||||
}
|
||||
],
|
||||
"license": "GPL-3.0",
|
||||
"main": "entry.js",
|
||||
"scripts": {
|
||||
|
@ -28,8 +38,7 @@
|
|||
{
|
||||
"target": "AppImage",
|
||||
"arch": [
|
||||
"x64",
|
||||
"ia32"
|
||||
"x64"
|
||||
]
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Add table
Reference in a new issue