scottrice / Ice

Application to automatically add ROMs to Steam
http://scottrice.github.io/Ice/
MIT License
833 stars 95 forks source link

Use updated pysteam version #456

Closed lachlankrautz closed 4 years ago

lachlankrautz commented 7 years ago

Fix for: https://github.com/scottrice/Ice/issues/449

Update Ice to use new pysteam from: https://github.com/scottrice/pysteam/pull/14.

Now that the launch options field has been added to shortcuts.vdf Steam seems to bug out if you have parameters in the exe field.

This puts just the exe location in the "exe" field and the formatted command into "launch_options"

Also adds all the extra data to all the Shortcut tuples for tests etc

lachlankrautz commented 7 years ago

@HEspoke so because pysteam is seperate library you have to install both locally to get it working. Another user has made a zip of an exe you can just download that has both here https://github.com/scottrice/Ice/issues/449