Преглед изворни кода

entry_point in Shortcut is not mandatory

twall пре 11 година
родитељ
комит
16c8d5cf9b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      nsist/configreader.py

+ 1 - 1
nsist/configreader.py

@@ -72,7 +72,7 @@ CONFIG_VALIDATORS = {
         ('bitness', False),
     ]),
     'Shortcut': SectionValidator([
-        ('entry_point', True),
+        ('entry_point', False),
         ('script', False),
         ('icon', False),
         ('console', False),