pennywise icon indicating copy to clipboard operation
pennywise copied to clipboard

Feature Request: Customize Installation Path

Open boxsnake opened this issue 4 years ago • 0 comments

Feature Request: Can I customize where to install rather than one-click install to C:\?

A solution is for electron-builder with nsis:

{
    ...,
    "build": {
        "nsis": {
            "oneClick": false,
            "allowToChangeInstallationDirectory": true
        }
    }
}

boxsnake avatar Oct 11 '19 05:10 boxsnake