Open digital-carver opened 6 years ago
Hello and welcome to the Oni repository! Thanks for opening your first issue here. To help us out, please make sure to include as much detail as possible - including screenshots and logs, if possible.
Hey,
I think you are right, in that when I moved everything over I didn't update the Inno config (our installer package) to use the x64bit version.
The actual executables inside the 64bit version should be fine (ie Electron, Nvim, Ripgrep), its just we aren't installing it correctly.
@bryphe since we are doing some changes to the builds already (for the CLI installers, so install scripts and stuff will need to change for them), does it make sense for us to fix this before the next release?
We'd need to update the inno config as far as I know, which isn't a big deal, but I don't know if there is a nice way of us removing the 32bit install, or if we'd need to ask the user to remove the old one.
Operating System: Windows 7 64 bit
Issue: The "Oni installer (x64) for Windows" from the Installation Guide tries to install to "Program Files (x86)", and seems to be a 32-bit installer.
or from Cygwin:
(should be
PE32+
for 64-bit exe.)The file from the
zip (x64)
link on the other hand does contain a 64 bit executable.