Conversation
See #6050, still keeping open to track NSIS changes
a878a95 to
c221053
Compare
|
@The-Compiler can you give some guidance on what installer changes are required, if any? Just to change this conditional? (Maybe to turn it into this?) |
toofar
left a comment
There was a problem hiding this comment.
Yup, merge away!
Sorry if it looked like I was passively aggressively blocking it by commenting without approving or disproving. I had just glanced at it then some-elses-problemed it.
I can see that the nsis installer defaults to x64 and you are removing the 32bit CI jobs, removing the now redundant x64 identifiers and any related conditionals.
LGTM
We dropped 32bit support in #7804 and as a result removed the arch suffix from the binary that pyinstaller produces. This commit removes it form the lookup path in the installer too. Note that we are leaving the arch string in the installer itself for now. Mostly because it'll be removed as part of a later change when the installer itself is refreshed. But it might also be useful to clarify in the installer names what the arch is? Maybe, that reasoning might not fit with the previous change to remove the arch strings.
We dropped 32bit support in #7804 and as a result removed the arch suffix from the binary that pyinstaller produces. This commit removes it form the lookup path in the installer too. Note that we are leaving the arch string in the installer itself for now. Mostly because it'll be removed as part of a later change when the installer itself is refreshed. But it might also be useful to clarify in the installer names what the arch is? Maybe, that reasoning might not fit with the previous change to remove the arch strings.
We dropped 32bit support in #7804 and as a result removed the arch suffix from the binary that pyinstaller produces. This commit removes it form the lookup path in the installer too. Note that we are leaving the arch string in the installer itself for now. Mostly because it'll be removed as part of a later change when the installer itself is refreshed. But it might also be useful to clarify in the installer names what the arch is? Maybe, that reasoning might not fit with the previous change to remove the arch strings.
See #6050, still keeping that open to track NSIS changes