changeset 1 | ac5bcb4e5284 |
parent 0 | 67e1cc6cd929 |
child 3 | 0cce88c7cf7c |
--- 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