sonic2kk / steamtinkerlaunch

Linux wrapper tool for use with the Steam client for custom launch options and 3rd party programs
GNU General Public License v3.0
2.11k stars 71 forks source link

Set Game Art: Refactor copy method logic #904

Closed sonic2kk closed 12 months ago

sonic2kk commented 12 months ago

Improves on the logic for how we choose the copy method for setting game artwork. We can now just use "--${flagvar}" instead of having an ugly if statement to check this.

This potential improvement was discovered and documented in #903, and has now been implemented after verifying that it works.