Skip to content

Commit b1911ed

Browse files
committed
fix(release): macos aarch64 signing Identity fix
1 parent a417c90 commit b1911ed

File tree

2 files changed

+18
-3
lines changed

2 files changed

+18
-3
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,24 @@ Devbox helps you work faster by centralizing common developer workflows: inspect
2626

2727
### Installation
2828

29-
> Binaries will be published with the first public release. Paths below are placeholders until then.
29+
Download the latest release for your platform from the [releases page](https://github.com/smithg09/devbox/releases).
3030

31-
Download the latest release for your platform from the (upcoming) [GitHub Releases page](https://github.com/your-org/devbox/releases)
31+
Quick downloads (choose the asset that matches your OS and CPU):
32+
33+
- macOS — Apple Silicon (aarch64): [Devbox_1.0.0_aarch64.dmg](https://github.com/smithg09/devbox/releases/latest/download/Devbox_1.0.0_aarch64.dmg)
34+
- Note: If macOS reports the app as “damaged” or prevents opening, remove the quarantine attribute and try again:
35+
36+
```bash
37+
xattr -r -c /Applications/Devbox.app
38+
```
39+
40+
If Gatekeeper still blocks the app, Control‑click the app icon and choose “Open” to allow it.
41+
42+
- macOS — Intel (x64): [Devbox_1.0.0_x64.dmg](https://github.com/smithg09/devbox/releases/latest/download/Devbox_1.0.0_x64.dmg)
43+
44+
- Windows — EXE installer (x64): [Devbox_1.0.0_x64-setup.exe](https://github.com/smithg09/devbox/releases/latest/download/Devbox_1.0.0_x64-setup.exe)
45+
46+
For more binaries open the full [Releases page](https://github.com/smithg09/devbox/releases) and choose the asset that matches your OS/architecture.
3247

3348
After installing, launch Devbox and start using tools immediately—no sign‑in, anonymous usage counts stored locally.
3449

src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"frameworks": [],
2323
"entitlements": null,
2424
"exceptionDomain": "",
25-
"signingIdentity": null,
25+
"signingIdentity": "-",
2626
"minimumSystemVersion": ""
2727
},
2828
"linux": {

0 commit comments

Comments
 (0)