Pārlūkot izejas kodu

entry_point in Shortcut is not mandatory

twall 11 gadi atpakaļ
vecāks
revīzija
16c8d5cf9b
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  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),