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
{{ message }}
This repository was archived by the owner on Oct 11, 2022. It is now read-only.
Copy file name to clipboardExpand all lines: desktop/README.md
+4-8Lines changed: 4 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,16 +1,12 @@
1
1
# Desktop
2
2
3
-
**This folder contains all sources used to build spectrum desktop application.**
4
-
5
-
The project uses [Electron](https://electronjs.org/) to build cross platform desktop apps with JavaScript, HTML, and CSS.
3
+
This folder contains the [Electron](https://electronjs.org/)-based desktop app for Spectrum. Electron renders a web view, which renders the main `Spectrum.chat` webpage.
6
4
7
5
## Directory Structure
8
6
9
-
*`release/` - the release build for each platform (mac, win, linux).
10
-
*`resources/` - the resources folder (icons, images ...).
11
-
*`src/` the source code of electron application.
12
-
*`package.json` - dependencies & devdependencies.
13
-
*`yarn.lock` - Yarn lockfile to get consistent installs across machine.
7
+
*`release/` - the release build for each platform (mac, win, linux)
8
+
*`resources/` - the resources folder (icons, images ...)
0 commit comments