Browse Source

oops, includes are optional!

twall 11 năm trước cách đây
mục cha
commit
f113644aba
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      nsist/__init__.py

+ 2 - 2
nsist/__init__.py

@@ -273,8 +273,8 @@ def read_and_verify_config_file(config_file):
             ('nsi_template', False),
         ],
         'Include': [
-            ('packages', True),
-            ('files', True),
+            ('packages', False),
+            ('files', False),
         ],
         'Python': [
             ('version', True),