Skip to content

Commit

Permalink
Mention also the AppImage format in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
Gabriele Mazzotta committed May 5, 2022
1 parent 218d2e9 commit f4a3cd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions openfortivpn-webview-electron/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,9 @@ node index.js
```

You can also build a package for your system using `electron-builder`.
For example, to build a `tar.xz` for Linux, run:
For example, to build an `AppImage` and `tar.xz` for Linux, run:
```shell
./node_modules/.bin/electron-builder --linux tar.xz
./node_modules/.bin/electron-builder --linux AppImage tar.xz
```

This will generate a portable `tar.xz` in `dist/`.
Expand Down

0 comments on commit f4a3cd8

Please sign in to comment.