Skip to content

Commit

Permalink
fix(portable): Disable CRCCheck for portable windows executable
Browse files Browse the repository at this point in the history
  • Loading branch information
develar committed Jun 25, 2019
1 parent 9947dd9 commit ec937b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/app-builder-lib/templates/nsis/portable.nsi
@@ -1,6 +1,8 @@
!include "common.nsh"
!include "extractAppPackage.nsh"

# https://github.com/electron-userland/electron-builder/issues/3972#issuecomment-505171582
CRCCheck off
WindowIcon Off
AutoCloseWindow True
RequestExecutionLevel ${REQUEST_EXECUTION_LEVEL}
Expand Down

0 comments on commit ec937b2

Please sign in to comment.