Skip to content

Commit 33f6c5e

Browse files
committed
fix: update macOS installation instructions and add signing identity in tauri config
1 parent 32dd9de commit 33f6c5e

2 files changed

Lines changed: 8 additions & 4 deletions

File tree

dmg-assets/Install Instructions.txt

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,15 @@ Stack — Install Instructions
55

66
2. Launch Stack from Applications or Spotlight.
77

8-
3. If macOS says "Stack is damaged and can't be opened",
9-
open Terminal and run:
8+
3. If macOS says "Stack can't be opened because Apple cannot
9+
check it for malicious software":
1010

11-
xattr -rd com.apple.quarantine /Applications/Stack.app
11+
→ Open System Settings > Privacy & Security
12+
→ Scroll down to the Security section
13+
→ Click "Open Anyway" next to Stack
14+
→ Enter your password if prompted
1215

13-
Then launch normally.
16+
Stack will open normally after that.
1417

1518
─────────────────────────────
1619
stack.swendl.com

src-tauri/tauri.conf.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
"active": true,
4646
"targets": "all",
4747
"macOS": {
48+
"signingIdentity": "-",
4849
"dmg": {
4950
"background": "icons/dmg-bg-gray-dots.png",
5051
"windowSize": {

0 commit comments

Comments
 (0)