소스 검색

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),