瀏覽代碼

fix(nsis-gen): fix typo

evshiron 8 年之前
父節點
當前提交
84d2b2393c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/lib/nsis-gen/NsisComposer.ts

+ 1 - 1
src/lib/nsis-gen/NsisComposer.ts

@@ -51,7 +51,7 @@ export class NsisComposer {
         }
 
         if(!this.options.copyright) {
-            this.options.copyright = 'ERROR_NO_COPYRIGHT';
+            this.options.copyright = 'NO_COPYRIGHT';
         }
 
         this.options.compression = this.options.compression || 'lzma';