Skip to content

Commit

Permalink
Update packages/compass-e2e-tests/installers/mac-dmg.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Kræn Hansen <[email protected]>
  • Loading branch information
lerouxb and kraenhansen authored Jan 13, 2025
1 parent 96f2856 commit 4a6e2d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/compass-e2e-tests/installers/mac-dmg.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function installMacDMG({
}

return Promise.resolve({
appPath: `/Applications/${appName}.app`,
appPath: fullDestinationPath,
uninstall: async function () {
/* TODO */
},
Expand Down

0 comments on commit 4a6e2d3

Please sign in to comment.