electron / windows-installer

Build Windows Installers for Electron apps
MIT License
1.55k stars 259 forks source link

fixUpPaths is missing the documentation options #475

Open Mgrdich opened 1 year ago

Mgrdich commented 1 year ago

there is no or explanation for fixUpPaths in the readme parameters, but i can actually see it in the options.ts and index.ts.

https://github.com/electron/windows-installer/blob/275176c31cbbdc711916643ed9fce7c8738b0e8f/src/options.ts#L125

https://github.com/electron/windows-installer/blob/275176c31cbbdc711916643ed9fce7c8738b0e8f/src/index.ts#L211