diff options
author | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 13:38:05 +0200 |
---|---|---|
committer | GeckoEidechse <gecko.eidechse+git@pm.me> | 2022-08-27 13:38:05 +0200 |
commit | 4134c55bbe641445fb47dff2ec3ed23c9cbdc970 (patch) | |
tree | 84a216622e8104deed5bfa5f0d68022ec49982be /dist/index.html | |
parent | 2b2d636177af18a1cd0bdee48cacd4e60d5eb37d (diff) | |
download | FlightCore-4134c55bbe641445fb47dff2ec3ed23c9cbdc970.tar.gz FlightCore-4134c55bbe641445fb47dff2ec3ed23c9cbdc970.zip |
Find Titanfall2 steam install location
and propagate it to front-end
Diffstat (limited to 'dist/index.html')
-rw-r--r-- | dist/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dist/index.html b/dist/index.html index 9c242c36..235e02a1 100644 --- a/dist/index.html +++ b/dist/index.html @@ -8,5 +8,6 @@ <counter-result>.</counter-result> <panic-button>Panic Button</panic-button> <backend-ping class="server"></backend-ping> + <install-location-holder>EMPTY</install-location-holder> </body> </html> |