Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
fix(nsis-gen): fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
evshiron committed Apr 2, 2017
1 parent ac3bda3 commit 84d2b23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/nsis-gen/NsisComposer.ts
Expand Up @@ -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';
Expand Down

0 comments on commit 84d2b23

Please sign in to comment.