ソースを参照

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';