Skip to content

Commit

Permalink
Fix liniting error
Browse files Browse the repository at this point in the history
  • Loading branch information
andyvorld committed Feb 14, 2023
1 parent 621601b commit 2b1f97e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/backend/shortcuts/shortcuts/shortcuts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ function shortcutFiles(gameTitle: string) {
}

async function generateMacOsApp(gameInfo: GameInfo | SideloadGame) {
const { title, app_name } = gameInfo
const { app_name } = gameInfo

logInfo('Generating macOS shortcut', LogPrefix.Backend)

Expand Down

0 comments on commit 2b1f97e

Please sign in to comment.