-
-
Notifications
You must be signed in to change notification settings - Fork 181
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
Windows archive name e.g., Avogadro2.zip instead of Win64.exe.zip
#1920
Comments
Makes sense. We can change the build scripts after this next release, e.g. the releases are Avogadro2-1.99.0-win64.exe |
IMO it would be good if either all the release artifacts included the version number or none of them did. For what it's worth I was suggesting |
@matterhorn103 Thank you for your input because at time filing the proposal, I wasn't aware this could become an issue for Windows (while well aware for Debian, and MacOS some colleagues use). Hence I support your argumentation. By chance, do you happen to know if GitHub will set up a runner image for this (Windows 64bit ARM) architecture? Because i) the list of currently available picks (link) doesn't list it (yet) though it mentions a Windows Server 2025 beta image. And ii) because the reference executables of InChI trust (landing page) only discern between 32/64 bit on one side, and Windows and Unix-like (except MacOS) on the other. Just today it was possible to close the issue of how to run the 32bit executable in an instance of Windows 64bit (x86_64) (link) -- likely, the maintainers in this (now more public) project might want to expand the scope of their checks accordingly. |
ARM runners are available for Windows and Linux, just not for free. I don't imagine they'll become freely available unless ARM achieves a significant install base on the respective platform. For Mac they kind of have to make both available since Apple switched straight from all their devices being x86 to all being ARM. |
@ghutchis A follow-up of the initial post. While I observe the executable for Windows (nightly builds) carries a more descriptive name (at present |
Is your feature request related to a problem? Please describe.
The download from the GitHub landing page, the nightly build for Windows is named
Win64.exe.zip
. Compared to the executable for Linux (i.e.,Avogadro2.Appimage.zip
), this is not very distinctive (e.g. for a search by keyword); it requires to open the archive to to recognize it is about Avogadro2.Describe the solution you'd like
I propose to change the name of the archive provided for instance as
Avogadro2.zip
, orAvogadro2_win64.zip
.The text was updated successfully, but these errors were encountered: