X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fwin32inst.nsi.in;h=e22ae0beaa9c619e94f6672361a23331e5a9e8c6;hb=27d3ae1a22e9dfdcfff2a77a4a2a3d0d8434e845;hp=d8608a9056ebc1dd5eb72a1ffc6bb9c581fa26ff;hpb=3b40c18cbac6e7dd1a8e803962e739e30c95a07f;p=synfig.git diff --git a/synfig-core/win32inst.nsi.in b/synfig-core/win32inst.nsi.in index d8608a9..e22ae0b 100644 --- a/synfig-core/win32inst.nsi.in +++ b/synfig-core/win32inst.nsi.in @@ -90,8 +90,8 @@ SectionEnd Section "Start Menu Shortcuts" SetShellVarContext All - CreateDirectory "$SMPROGRAMS\Voria" - CreateShortCut "$SMPROGRAMS\Voria\Uninstall Synfig Core.lnk" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" "" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" 0 + CreateDirectory "$SMPROGRAMS\Synfig" + CreateShortCut "$SMPROGRAMS\Synfig\Uninstall Synfig Core.lnk" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" "" "$INSTDIR\uninstall-@PACKAGE_TARNAME@.exe" 0 SectionEnd @@ -119,8 +119,8 @@ Section "un.Start Menu Shortcuts" ; Remove shortcuts, if any SetShellVarContext All - Delete "$SMPROGRAMS\Voria\Uninstall Synfig Core.lnk" - RMDir "$SMPROGRAMS\Voria" + Delete "$SMPROGRAMS\Synfig\Uninstall Synfig Core.lnk" + RMDir "$SMPROGRAMS\Synfig" SectionEnd @@ -132,8 +132,8 @@ Section "Examples" File "@srcdir@\examples\*.sifz" SetShellVarContext All - CreateDirectory "$SMPROGRAMS\Voria" - CreateShortCut "$SMPROGRAMS\Voria\Examples.lnk" "$INSTDIR\examples" "" "$INSTDIR\examples" 0 + CreateDirectory "$SMPROGRAMS\Synfig" + CreateShortCut "$SMPROGRAMS\Synfig\Examples.lnk" "$INSTDIR\examples" "" "$INSTDIR\examples" 0 SectionEnd Section "un.Examples" @@ -141,8 +141,8 @@ Section "un.Examples" RMDir "$INSTDIR\examples" SetShellVarContext All - Delete "$SMPROGRAMS\Voria\Examples.lnk" - RMDir "$SMPROGRAMS\Voria" + Delete "$SMPROGRAMS\Synfig\Examples.lnk" + RMDir "$SMPROGRAMS\Synfig" SectionEnd SectionGroup "PlugIns"