You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+17-10Lines changed: 17 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,14 +26,21 @@ There is no single reason for why I built Trajectory, but rather a combination o
26
26
27
27
## Installation
28
28
29
-
1. Open the [latest release](https://github.com/ericceg/trajectory/releases/latest)
30
-
2. Download the `.dmg` asset
31
-
3. Install and launch the app
29
+
1. Open the [latest release](https://github.com/ericceg/trajectory/releases/latest).
30
+
2. Download the `.dmg` for macOS, `.exe` or `.msi` for Windows, or `.deb` or `.AppImage` for Linux.
31
+
3. Install and launch the app.
32
+
33
+
Current builds support Apple Silicon on macOS and 64-bit systems on Windows and Linux.
32
34
33
35
Notes:
34
-
- Current release builds are ad-hoc signed, so macOS may show a security warning on first launch.
35
-
- If you cannot open the app, follow the instructions on [Apple's support site](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unknown-developer-mh40616/mac).
36
-
- Windows and Linux bundles can be built as preview artifacts from the `Preview Bundles` GitHub Actions workflow before publishing an official release.
36
+
- Release builds are not yet production-signed, so your operating system may show a security warning on first launch.
37
+
- If macOS reports that Trajectory is damaged or corrupted, remove the quarantine flag after installation:
- On macOS, if you still cannot open the app, follow the instructions on [Apple's support site](https://support.apple.com/guide/mac-help/open-a-mac-app-from-an-unknown-developer-mh40616/mac).
37
44
38
45
39
46
@@ -207,9 +214,9 @@ can be useful to convince your loved ones that your hobby is not that dangerous
207
214
208
215
## Platform Support
209
216
210
-
- macOS release artifacts
211
-
- Windows preview bundles via GitHub Actions
212
-
- Linux preview bundles via GitHub Actions
217
+
- macOS on Apple Silicon (`aarch64`)
218
+
- Windows 64-bit (`x64`)
219
+
- Linux 64-bit (`amd64`)
213
220
214
221
## Developer Setup (Build From Source)
215
222
@@ -262,7 +269,7 @@ Output artifacts are generated under:
262
269
## Roadmap
263
270
264
271
- Route planner.
265
-
-Code signing / hardening for Windows and Linux releases.
0 commit comments