summaryrefslogtreecommitdiff
path: root/Build/source/utils/asymptote/asymptote.nsi
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2021-03-15 22:10:16 +0000
committerKarl Berry <karl@freefriends.org>2021-03-15 22:10:16 +0000
commit6b4bf931afd667843688a868d05d5d9f4f7b5e01 (patch)
tree7cd2ae8df5a9cf955484311e75289458a5cf139c /Build/source/utils/asymptote/asymptote.nsi
parentf9bc5a2505306058168a7241dc997652bafbbfb7 (diff)
asy 2.70 sources
git-svn-id: svn://tug.org/texlive/trunk@58400 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/utils/asymptote/asymptote.nsi')
-rw-r--r--Build/source/utils/asymptote/asymptote.nsi4
1 files changed, 2 insertions, 2 deletions
diff --git a/Build/source/utils/asymptote/asymptote.nsi b/Build/source/utils/asymptote/asymptote.nsi
index ffa5c89e25d..9c4f16ec746 100644
--- a/Build/source/utils/asymptote/asymptote.nsi
+++ b/Build/source/utils/asymptote/asymptote.nsi
@@ -110,8 +110,8 @@ Section "Asymptote" SEC01
${lnkX64IconFix} "$SMPROGRAMS\$ICONS_GROUP\Asymptote.lnk"
CreateShortCut "$DESKTOP\Asymptote.lnk" "$INSTDIR\asy.bat" "" "$INSTDIR\asy.ico"
${lnkX64IconFix} "$DESKTOP\Asymptote.lnk"
- CreateShortCut "$DESKTOP\Xasy.lnk" "$INSTDIR\GUI\xasy.py"
- CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Xasy.lnk" "$INSTDIR\GUI\xasy.py"
+ CreateShortCut "$DESKTOP\Xasy.lnk" "$INSTDIR\GUI\xasy.py" "--asypath $\"$INSTDIR\asy.exe$\""
+ CreateShortCut "$SMPROGRAMS\$ICONS_GROUP\Xasy.lnk" "$INSTDIR\GUI\xasy.py" "--asypath $\"$INSTDIR\asy.exe$\""
SetOutPath "$INSTDIR"
!insertmacro MUI_STARTMENU_WRITE_END
SectionEnd