Skip to content

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): boolean

Parameters:

Parameter Type Description
options? ElectronMoveToApplicationsFolderOptions | undefined Options including a conflict handler.

Returns: booleanWhether the move was successful.