ElectronApp.moveToApplicationsFolder method
ElectronApp › moveToApplicationsFolder
Unofficial
Moves the current app to the Applications folder. If successful, the app quits and relaunches. macOS only.Signature:
moveToApplicationsFolder(options?: ElectronMoveToApplicationsFolderOptions | undefined): booleanParameters:
| Parameter | Type | Description |
|---|---|---|
| options? | ElectronMoveToApplicationsFolderOptions | undefined | Options including a conflict handler. |
Returns: boolean — Whether the move was successful.