Skip to content

Commit b0840a8

Browse files
committed
try and preserve permissions
1 parent 2f29075 commit b0840a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/compass-e2e-tests/installers/mac-dmg.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export async function installMacDMG(
1515
await execute('hdiutil', ['attach', filepath]);
1616
try {
1717
await execute('cp', [
18-
'-r',
18+
'-Rp',
1919
`/Volumes/${appName}/${appName}.app`,
2020
'/Applications',
2121
]);

0 commit comments

Comments
 (0)