mirror of
https://github.com/an-anime-team/an-anime-game-launcher.git
synced 2025-03-19 22:50:09 +03:00
Removed archive
field from the Runner
type
..because `Archive.unpack` can automatically find it
This commit is contained in:
parent
a1ff0f7e9e
commit
761268b667
2 changed files with 0 additions and 3 deletions
|
@ -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",
|
||||
|
|
1
src/ts/types/Runners.d.ts
vendored
1
src/ts/types/Runners.d.ts
vendored
|
@ -15,7 +15,6 @@ type Runner = {
|
|||
title: string;
|
||||
|
||||
uri: string;
|
||||
archive: 'tar' | 'zip';
|
||||
|
||||
files: {
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue