flamerobin
flamerobin copied to clipboard
Include MicrosoftVisualC++ VC_redist
It would be nice if the installer of Flamerobin would install the corresponding version of MicrosoftVisualC++ VC_redist.
hi @arvanus
I have a question. I am looking at the script to generate the Windows installers and I see the same file is used for x86 and x64.
https://github.com/mariuz/flamerobin/blob/master/install/win32/FlameRobinSetup.iss#L95:L99
Is it the correct file?
./jo
Hi, I don't use this folder anymore, I use a different folder for x86 and x64, hasn't committed the change because I think the best way to build is by running cmake and "follow the flow" from there, so it can be any folder you desire
Hi, I don't use this folder anymore, I use a different folder for x86 and x64, hasn't committed the change because I think the best way to build is by running cmake and "follow the flow" from there, so it can be any folder you desire
ok. But the correction for this request where are implemented?
I have a question. I am looking at the script to generate the Windows installers and I see the same file is used for x86 and x64.
https://github.com/mariuz/flamerobin/blob/master/install/win32/FlameRobinSetup.iss#L95:L99
Is it the correct file?
done, changed for build32 and build64 folders