Daniel Freitas
Daniel Freitas
Are we able to setup a local environment without this? Reading the current instructions I still don't know how to have some local data to work.
Let me know if you need any help here.
I think having downloads always at the top it's a must.
We do have the ability to run game installers using Wine/Lutris but is not working properly (#299). There is nothing about running the games though.
@gylli251did some progress at #155 where it uses Lutris to run games. It's a good start.
I've a open PR that fixes the current implementation of running installer on Linxus using Lutris or Wine. It's a start, but I assume we will need something more flexible...
It seems that there is no support for non-windows OS's files here. ```typescript const selectGameExecutable = async () => { return window.electron .showOpenDialog({ properties: ["openFile"], filters: [ { name: "Game...
When I created this issue I was trying to install a game that had an installer file but it was not called `setup.exe`. I should have mentioned the game's name...
The game I was trying to install was [18 Wheels of Steel: Across America](https://store.steampowered.com/app/514160/18_Wheels_of_Steel_Across_America/).
That's sounds good, I will take another look into it later.