blob: 3c7670aacdaa18f3ae7cf76fa0bcb846b20a55f3 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/compatibilitytool.vdf 2021-10-19 15:49:39.298953579 +0300
+++ b/compatibilitytool.vdf 2021-10-19 15:49:03.259011088 +0300
@@ -19,5 +19,12 @@
"from_oslist" "windows"
"to_oslist" "linux"
}
+ "proton-native" // Internal name of this tool
+ {
+ "install_path" "."
+ "display_name" "proton-native (deprecated entry, use 'proton' above)"
+ "from_oslist" "windows"
+ "to_oslist" "linux"
+ }
}
}
|