Skip to content

Commit ed039d2

Browse files
committed
fix: Make installer properly start Steam from the Steam path instead of cwd
1 parent a5932a9 commit ed039d2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

src/include/util.h

Lines changed: 2 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/routes/installer.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -353,10 +353,10 @@ const void RenderInstaller(std::shared_ptr<RouterNav> router, float xPos)
353353
progressCompleteTime = std::chrono::steady_clock::now();
354354
timerStarted = true;
355355
}
356-
356+
357357
auto now = std::chrono::steady_clock::now();
358358
float elapsedTime = std::chrono::duration<float>(now - progressCompleteTime).count();
359-
359+
360360
if (elapsedTime >= 0.5f) {
361361
shouldAnimate = true;
362362
shouldRenderCompleteModal = true;

0 commit comments

Comments
 (0)