[Github-comments] [geany/geany] C:\Program Files (x86)\Geany\Geany.lnk should not have "Start in:" set (#1183)

Matthew Brush notifications at xxxxx
Fri Aug 19 22:29:43 UTC 2016


I don't know much about NSIS, but I think [this](https://github.com/geany/geany/blob/master/geany.nsi.in#L172) is where the shortcut is created, and according to [the docs](http://nsis.sourceforge.net/Reference/CreateShortCut) it seems to be set automatically to $OUTDIR, if I understand correctly. Maybe it's possible to use [SetOutPath](http://nsis.sourceforge.net/Reference/SetOutPath) with an empty argument to clear $OUTDIR, then use CreateShortCut to create the shortcut, then set $OUTDIR back to $INSTDIR afterwards? I really have no clue.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/issues/1183#issuecomment-241151282
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20160819/e4f4847c/attachment.html>


More information about the Github-comments mailing list