We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 733b00c commit e8dd227Copy full SHA for e8dd227
1 file changed
src/components/DownloadsSection.tsx
@@ -62,7 +62,7 @@ export function DownloadsSection() {
62
[
63
"brew tap devian-labs/tap",
64
"brew install --cask devian-desktop",
65
- "xattr -dr com.apple.quarantine /Applications/Devian.app",
+ "xattr -dr com.apple.quarantine /Applications/Devian\\ Desktop.app",
66
].join("\n"),
67
);
68
setCopied(true);
@@ -122,7 +122,7 @@ export function DownloadsSection() {
122
{"brew install --cask devian-desktop"}
123
{"\n\n# If macOS blocks the app"}
124
{"\n$ "}
125
- {"xattr -dr com.apple.quarantine /Applications/Devian.app"}
+ {"xattr -dr com.apple.quarantine /Applications/Devian\\ Desktop.app"}
126
</code>
127
</div>
128
0 commit comments