mirror of
https://github.com/NoCrypt/migu.git
synced 2026-04-18 15:12:04 +00:00
chore: simplify artifacts names
This commit is contained in:
parent
c7d747efc1
commit
324b32ed6f
1 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@
|
|||
"name": "Miru",
|
||||
"version": "3.1.1",
|
||||
"author": "ThaUnknown_ <ThaUnknown@users.noreply.github.com>",
|
||||
"description": "Stream anime torrents, real-time with no waiting for downloads.",
|
||||
"main": "src/index.js",
|
||||
"homepage": "https://github.com/ThaUnknown/miru#readme",
|
||||
"scripts": {
|
||||
|
|
@ -74,7 +75,7 @@
|
|||
"target": "nsis"
|
||||
},
|
||||
"linux": {
|
||||
"artifactName": "${os}-${arch}-${name}-${version}.${ext}",
|
||||
"artifactName": "${os}-${name}-${version}.${ext}",
|
||||
"category": "Video;Anime",
|
||||
"description": "Bittorrent streaming software for cats",
|
||||
"desktop": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue