Ver Fonte

entry_point in Shortcut is not mandatory

twall há 11 anos atrás
pai
commit
16c8d5cf9b
1 ficheiros alterados com 1 adições e 1 exclusões
  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),