Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Renaming artifact names on the download page #101

Open
RedDevilus opened this issue Apr 24, 2022 · 2 comments
Open

Renaming artifact names on the download page #101

RedDevilus opened this issue Apr 24, 2022 · 2 comments

Comments

@RedDevilus
Copy link
Collaborator

Basically removing mention of 64bit and duplicate AppImage naming as they don't matter much anymore.

Windows:
pcsx2-v1.7.2648-windows-64bit-AVX2.7z
into
pcsx2-v1.7.2648-windows-AVX2.7z and when SSE4 is default and does flag check, later without the CPU instruction mention
and far future
pcsx2-v1.7.2648-windows.7z

Linux:
pcsx2-v1.7.2648-linux-AppImage-64bit.AppImage
into
pcsx2-v1.7.2648-linux.AppImage

@xTVaser
Copy link
Sponsor Member

xTVaser commented Apr 24, 2022

This would be done at the API level / the actual names of the files, but its also kinda difficult (but not impossible) because in some previous releases these differences do matter (where there were a 32bit and a 64bit side by side).

This means you have to have a whole bunch of conditional logic, for example, to assume 64-bit so you can still display it -- else we are then going to have another issue of people expecting it to work on their 32bit environment.

This is probably something worth looking into once the next stable is out, but ultimately the change will not happen in this repo.

@RedDevilus
Copy link
Collaborator Author

pcsx2-v1.7.2648-linux-64bit.AppImage Might be a good reduction atleast then.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants