Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixing the game installer in linux where it opens archive manager. #491

Closed
wants to merge 1 commit into from

Conversation

EMPTYVOID-DEV
Copy link

@EMPTYVOID-DEV EMPTYVOID-DEV commented May 23, 2024

This PR addresses the issue where game installers were not being properly handled on Linux systems. The existing code was appending "setup.exe" to the game path, which resulted in an invalid path and caused the installer to be opened with the default application (e.g., Archive Manager) instead of using Lutris or Wine as intended.

The fix involves removing the unnecessary code that checks for existence of "setup.exe", allowing the existing logic to handle opening the installer with Lutris or Wine correctly.

To reproduce the issue:

  1. Open Hydra on a Linux distribution
  2. Download any game
  3. After the download is finished, click on "Install"

Before this change, the installer would fail to open correctly on Linux systems. After this change, the installer should open with Lutris or Wine as expected.

No other changes or regressions are introduced with this PR.

@scrlkx
Copy link
Contributor

scrlkx commented May 24, 2024

Duplicated of #304

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants