aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/lib.rs
AgeCommit message (Collapse)Author
2022-09-10Add install location detection for OriginGeckoEidechse
2022-09-10Store format string in variable before useGeckoEidechse
2022-09-10Delete temp download folder after finished installGeckoEidechse
2022-09-10Apply auto-formatGeckoEidechse
2022-09-10Implement manually selecting TF|2 install locationGeckoEidechse
2022-09-09Add initial Northstar install supportGeckoEidechse
still Steam version only
2022-09-06Add todo commentGeckoEidechse
We should use a passed game_path instead of trying to redetect it
2022-09-01Handle gamepath check if manually selectedGeckoEidechse
as well as Northstar existence and up-to-date check
2022-08-30Pass install type together with locationGeckoEidechse
Install type basically defines how Titanfall2 was installed. Whether it was installed via Steam, Origin, etc.
2022-08-30Move functions to separate source fileGeckoEidechse