1
Fork 0
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:
Joshua Goins 2022-08-31 16:43:59 -04:00
parent 37d93bead5
commit 0eb75d0d88
2 changed files with 19 additions and 0 deletions

View 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"
}
}
}

View file

@ -0,0 +1,5 @@
"manifest"
{
"commandline" "/astra run"
"commandline_waitforexitandrun" "/astra waitforexitandrun"
}