Skip to content

Commit e5e4072

Browse files
committed
2 parents cdce2f6 + b3b8759 commit e5e4072

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ Now: https://trustynotes.app
2828
- [x] Rich Text
2929
- [x] Browser Extension
3030
- [x] Attachments/Files (In Progress but working)
31-
- [ ] Native Desktop/Mobile Applications
31+
- [x] Desktop Application
32+
- [ ] Mobile Application
3233

3334
## Client Self-Hosting
3435

@@ -81,3 +82,22 @@ bun install
8182
```
8283

8384
This Builds the Chrome and Firefox extensions and places them in the `browser-extension/web-ext-artifacts` directory. You can install the extension directly from the .zip in firefox, you must extract the .zip for chrome/chromium browsers and load the unpacked folder.
85+
86+
## Build Desktop Application
87+
88+
### Requires
89+
- Bun (https://bun.sh)
90+
91+
### Build
92+
93+
```
94+
bun install
95+
cd desktop
96+
bun install
97+
cd ..
98+
bun run dist:linux // for linux
99+
bun run dist:windows // for windows
100+
bun run dist:all // for both
101+
```
102+
103+
Builds are in ```desktop/dist-electron```

0 commit comments

Comments
 (0)