style: restore repo formatting

This commit is contained in:
2026-03-09 18:10:32 -07:00
parent a34a7489db
commit fed60c265d
85 changed files with 641 additions and 143 deletions

View File

@@ -32,7 +32,10 @@ export function resolveWindowsMpvShortcutPaths(options: {
desktopDir: string;
}): WindowsMpvShortcutPaths {
return {
startMenuPath: path.join(resolveWindowsStartMenuProgramsDir(options.appDataDir), WINDOWS_MPV_SHORTCUT_NAME),
startMenuPath: path.join(
resolveWindowsStartMenuProgramsDir(options.appDataDir),
WINDOWS_MPV_SHORTCUT_NAME,
),
desktopPath: path.join(options.desktopDir, WINDOWS_MPV_SHORTCUT_NAME),
};
}