소스 검색

made entry_point in Application optional

twall 11 년 전
부모
커밋
300a0854cf
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      nsist/configreader.py

+ 1 - 1
nsist/configreader.py

@@ -53,7 +53,7 @@ CONFIG_VALIDATORS = {
     'Application': SectionValidator([
         ('name', True),
         ('version', True),
-        ('entry_point', True),
+        ('entry_point', False),
         ('script', False),
         ('icon', False),
         ('console', False),