Removed archive field from the Runner type

..because `Archive.unpack` can automatically find it
This commit is contained in:
Observer KRypt0n_ 2021-12-21 16:34:26 +02:00
parent a1ff0f7e9e
commit 761268b667
No known key found for this signature in database
GPG key ID: DC5D4EC1303465DA
2 changed files with 0 additions and 3 deletions

View file

@ -7,7 +7,6 @@
"name": "lutris-6.21-5-x86_64",
"title": "Lutris 6.21-5",
"uri": "https://github.com/lutris/wine/releases/download/lutris-6.21-5/wine-lutris-6.21-5-x86_64.tar.xz",
"archive": "tar",
"files": {
"wine": "bin/wine64",
"wineserver": "bin/wineserver",
@ -25,7 +24,6 @@
"name": "wine-lutris-ge-6.20-1-x86_64",
"title": "Wine-6.20-GE-1",
"uri": "https://github.com/GloriousEggroll/wine-ge-custom/releases/download/6.20-GE-1/wine-lutris-ge-6.20-1-x86_64.tar.xz",
"archive": "tar",
"files": {
"wine": "bin/wine64",
"wineserver": "bin/wineserver",

View file

@ -15,7 +15,6 @@ type Runner = {
title: string;
uri: string;
archive: 'tar' | 'zip';
files: {
/**