mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-21 20:27:45 +00:00
Add Steam compatibility tool vdfs for future use
This commit is contained in:
parent
37d93bead5
commit
0eb75d0d88
2 changed files with 19 additions and 0 deletions
14
compatibilitytool/compatibilitytool.vdf
Normal file
14
compatibilitytool/compatibilitytool.vdf
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
"compatibilitytools"
|
||||||
|
{
|
||||||
|
"compat_tools"
|
||||||
|
{
|
||||||
|
"Proton-Astra" // Internal name of this tool
|
||||||
|
{
|
||||||
|
"install_path" "."
|
||||||
|
"display_name" "Astra"
|
||||||
|
|
||||||
|
"from_oslist" "windows"
|
||||||
|
"to_oslist" "linux"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
5
compatibilitytool/toolmanifest.vdf
Normal file
5
compatibilitytool/toolmanifest.vdf
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
"manifest"
|
||||||
|
{
|
||||||
|
"commandline" "/astra run"
|
||||||
|
"commandline_waitforexitandrun" "/astra waitforexitandrun"
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue