()
| 14 | * to move the app to the Applications folder. No-ops on subsequent launches. |
| 15 | */ |
| 16 | export async function onFirstRunMaybe() { |
| 17 | if (checkAndMarkFirstRun()) { |
| 18 | await promptMoveToApplicationsFolder(); |
| 19 | } |
| 20 | } |
| 21 | |
| 22 | /** |
| 23 | * Ask user if the app should be moved to the applications folder (macOS). |
no test coverage detected