diff options
author | Karl Berry <karl@freefriends.org> | 2021-03-15 22:10:16 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2021-03-15 22:10:16 +0000 |
commit | 6b4bf931afd667843688a868d05d5d9f4f7b5e01 (patch) | |
tree | 7cd2ae8df5a9cf955484311e75289458a5cf139c /Build/source/utils/asymptote/asymptote.nsi | |
parent | f9bc5a2505306058168a7241dc997652bafbbfb7 (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.nsi | 4 |
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 |