PostgreSQL: skip applications.html stage (not supported in upstream wappstack)
authorDan
Wed, 27 May 2009 01:15:21 -0400
changeset 1 ac5bcb4e5284
parent 0 67e1cc6cd929
child 2 0c0d5dadfca3
PostgreSQL: skip applications.html stage (not supported in upstream wappstack)
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