HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...
Bug #904301
fcgui not appending '.exe' on Windows for a client executable name chosen with --gui
0%
History
#1
Updated by Marko Lindqvist over 1 year ago
- File 0038-fcgui-Respect-EXEEXT-on-name-of-executable-chosen-wi.patch 0038-fcgui-Respect-EXEEXT-on-name-of-executable-chosen-wi.patch added
- Status changed from In Progress to Resolved
- Sprint/Milestone set to 2.6.3
#2
Updated by Louis Moureaux over 1 year ago
It shouldn't be needed, Windows appends .exe automatically... and so does msys IIRC
#3
Updated by Marko Lindqvist over 1 year ago
Louis Moureaux wrote:
It shouldn't be needed, Windows appends .exe automatically... and so does msys IIRC
That true when running it, but there's also existence and executability test for the file with "test -x"
#4
Updated by Marko Lindqvist over 1 year ago
Marko Lindqvist wrote:
Louis Moureaux wrote:
It shouldn't be needed, Windows appends .exe automatically... and so does msys IIRC
That true when running it, but there's also existence and executability test for the file with "test -x"
This might be redundant even for the "test -x". Still, for the other executable names (than one looked for --gui) we do append EXEEXT, so going to push this for consistency if no other reason.
#5
Updated by Marko Lindqvist over 1 year ago
- Status changed from Resolved to Closed
- Assignee set to Marko Lindqvist
#6
Updated by Marko Lindqvist over 1 year ago
- Category changed from Windows Installers to Bootstrap