From caae6aa8d7dd08ed7c54686a1f400acb8a9cd5d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jindra=20Pet=C5=99=C3=ADk?= Date: Sat, 5 Apr 2025 16:52:29 +0200 Subject: [PATCH] Remove lnks from NSI --- installer.nsi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/installer.nsi b/installer.nsi index 248915cff..1542c371d 100644 --- a/installer.nsi +++ b/installer.nsi @@ -600,9 +600,9 @@ Section "FFDec" SecDummy File "dist\icon.ico" File "dist\license.txt" File "dist\soleditor.bat" - File "dist\soleditor.lnk" + ;File "dist\soleditor.lnk" File "dist\translator.bat" - File "dist\translator.lnk" + ;File "dist\translator.lnk" SetOutPath "$INSTDIR" File /r "dist\flashlib"