RPCS3 / rpcs3-binaries-linux

Repository for Linux x64 binaries
https://rpcs3.net/download
63 stars 4 forks source link

release title/name missing #3

Closed ReenigneArcher closed 2 years ago

ReenigneArcher commented 2 years ago

Would it be possible to add a release title (name) for future releases like on the Windows binary?

I am using scripts and github api to automatically update RPCS3 (as well as other emulators). First I check the version output of the executable, parse it, and then compare it to the tag name. This works for the windows binaries, but not for the linux ones as the tag is missing.

My script is expecting the title in the format 0.0.19-13010

Windows: image image

Linux: image image

hcorion commented 2 years ago

This issue has been fixed in the latest release https://github.com/RPCS3/rpcs3-binaries-linux/releases/tag/build-f6a06a5618a87ab9bf55107a8a8ee5df6b08b186 Also in the future please report an issues with the build system in the main repo https://github.com/RPCS3/rpcs3/issues nobody checks the issues on this repo

ReenigneArcher commented 2 years ago

This issue has been fixed in the latest release https://github.com/RPCS3/rpcs3-binaries-linux/releases/tag/build-f6a06a5618a87ab9bf55107a8a8ee5df6b08b186 Also in the future please report an issues with the build system in the main repo https://github.com/RPCS3/rpcs3/issues nobody checks the issues on this repo

Thanks! Maybe a suggestion would be to have an issue template config.yml that redirects users to the main repo. Something like this?

blank_issues_enabled: false
contact_links:
  - name: RPCS3 issue
    url: https://github.com/RPCS3/rpcs3/issues/new/choose
    about: Issues should be created in our main rpcs3 repository

Either way, thanks for fixing!