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.1k stars 70 forks source link

x64dbg: Fix GitHub Snapshot download #952

Closed sonic2kk closed 10 months ago

sonic2kk commented 10 months ago

Fixes #947.

This is the last part of the x64dbg issue, and fixes the download not working since GitHub changed how it loads assets on the release page.

Now we hardcode the path to the expanded_assets and grep on the first link. We always want snapshot, and this tag hasn't changed in 8 years, so it's not likely to anytime soon. We can always point to this tag's expanded assets since we always want the snapshot.

Tested and this fixes the issue for me, x64dbg can now download and extract successfully!

sonic2kk commented 10 months ago

Was confirmed to work by OP in #947, so it should be ready to merge!