diff -r 67e1cc6cd929 -r ac5bcb4e5284 enano-bundle.nsi --- a/enano-bundle.nsi Wed May 27 01:05:23 2009 -0400 +++ b/enano-bundle.nsi Wed May 27 01:15:21 2009 -0400 @@ -212,6 +212,10 @@ SectionEnd Section -InsertApplistEntry + ; Skip if this is WAPPStack, it doesn't have an applications.html. (!) + StrCmp $stack_type "WAPP" 0 +2 + Return + Call enano_add_to_applist SectionEnd