aboutsummaryrefslogtreecommitdiff
path: root/src-tauri/src/northstar/install.rs
AgeCommit message (Expand)Author
2023-10-13refactor: Move NS installation logic to module (#619)GeckoEidechse
2023-09-08fix: Remove hashes around raw string literal (#547)GeckoEidechse
2023-08-04Move DLL into Profile for non default Profiles (#465)Jan
2023-08-02Extract Northstar into temporary location before installing (#456)Jan
2023-08-01refactor Generalise temporary directory structure (#458)Jan
2023-07-31refactor: Migrate install related functions to `GameInstall` (#457)Jan
2023-07-30refactor: Add Profile to GameInstall (#453)Jan
2023-07-18feat: Add warning for Snap installations (#399)Jan
2023-07-07chore: Bump libthermite to `0.6.5` (#409)GeckoEidechse
2023-07-02fix: Return error instead of panickingGeckoEidechse
2023-05-20fix: Handle case when failing to connect to TS while trying to install NS (#364)GeckoEidechse
2023-05-17feat: Better logging regarding mod installation (#363)GeckoEidechse
2023-05-15refactor: Remove caller pattern (#356)GeckoEidechse
2023-05-13refactor: Move `extract` function to util submod (#354)GeckoEidechse
2023-05-13refactor: Move `find_game_install_location` to submodule (#350)GeckoEidechse
2023-05-11refactor: Move NS install code into own module (#345)GeckoEidechse