@simeonradivoev/gameflow-store 0.1.0 → 0.1.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/buckets/emulators/UMU.json +32 -0
- package/package.json +2 -2
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "UMU",
|
|
3
|
+
"description": "Unified launcher for Windows games on Linux. It is essentially a copy of the Steam Runtime Tools and Steam Linux Runtime that Valve uses for Proton, with some modifications made so that it can be used outside of Steam.",
|
|
4
|
+
"homepage": "https://github.com/Open-Wine-Components/umu-launcher",
|
|
5
|
+
"logo": "https://avatars.githubusercontent.com/u/119976475",
|
|
6
|
+
"license": {
|
|
7
|
+
"identifier": "GPL-3.0",
|
|
8
|
+
"url": "https://github.com/Open-Wine-Components/umu-launcher/blob/main/LICENSE"
|
|
9
|
+
},
|
|
10
|
+
"repository": {
|
|
11
|
+
"type": "git",
|
|
12
|
+
"url": "https://github.com/Open-Wine-Components/umu-launcher.git"
|
|
13
|
+
},
|
|
14
|
+
"downloads": {
|
|
15
|
+
"linux:x64": [
|
|
16
|
+
{
|
|
17
|
+
"type": "github",
|
|
18
|
+
"path": "Open-Wine-Components/umu-launcher",
|
|
19
|
+
"pattern": "umu-launcher-*-zipapp.tar"
|
|
20
|
+
}
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
"aliases": {
|
|
24
|
+
},
|
|
25
|
+
"type": "emulator",
|
|
26
|
+
"systems": [
|
|
27
|
+
"win"
|
|
28
|
+
],
|
|
29
|
+
"os": [
|
|
30
|
+
"linux"
|
|
31
|
+
]
|
|
32
|
+
}
|
package/package.json
CHANGED