Skip to content

Commit

Permalink
feat: Set allowToChangeInstallationDirectory for windows. (#2567)
Browse files Browse the repository at this point in the history
  • Loading branch information
yanguoyu authored Jan 9, 2023
1 parent 1f2d884 commit d33cea3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/neuron-wallet/electron-builder.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ nsis:
createDesktopShortcut: always
createStartMenuShortcut: true
runAfterFinish: false
allowToChangeInstallationDirectory: true

dmg:
sign: false
Expand Down

1 comment on commit d33cea3

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Packaging for test is done in 3872095514

Please sign in to comment.