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
* Escape underscore character
This seems to confuse most markdown parsers, so escape it.
* Consolidate dependency documentation
"general notes" were redundant with the listed dependencies in the
next section.
* Add more quickstart steps
I needed to add some steps locally—may or may not be correct for others!
* Split changelog into its own file
Copy file name to clipboardExpand all lines: README.md
+9-26Lines changed: 9 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,38 +2,14 @@
2
2
3
3
This application is an example of an Elixir LiveView based desktop application. It uses the elixir-desktop library and a local SQLite database to create a web-technology based desktop app.
4
4
5
-
## Changes in 1.2
6
-
7
-
- Added `desktop_deployment` and CI to generate windows+macos+linux binaries
8
-
9
-
To build binaries locally run:
10
-
11
-
```bash
12
-
mix desktop.installer
13
-
```
14
-
15
-
## Changes in 1.1
16
-
17
-
- Updated to Phoenix 1.7 and LiveView 0.18
18
-
19
-
## Changes in 1.0
20
-
21
-
- Updated to Phoenix 1.6 with esbuild+dart_scss
22
-
- Added iOS platform example wrapper (see https://github.com/elixir-desktop/ios-example-app)
23
-
- Added Android platform example wrapper (see https://github.com/elixir-desktop/android-example-app)
24
-
25
-
## General notes
26
-
27
-
To run this app you need at least Erlang 24 and recent builds of wxWidgets and at least
0 commit comments