浏览代码

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