This is the mail archive of the cygwin-apps mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

setup.exe creates broken shortcuts


setup.exe creates shortcuts for the terminal that when used, Windows complains about missing files. I've narrowed down the problem to line 200 of /setup/desktop.cc:

#define TARGET          "/bin/mintty"

needs to be:

#define TARGET          "/bin/mintty.exe"

Windows seems to require the file extension for its shortcut target field
 		 	   		  

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]