Skip to content

Commit

Permalink
Changes to packaging and documentation (version bump).
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanleesipes committed Nov 2, 2016
1 parent d92a6d0 commit 0b0af8a
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,19 @@ Unofficial Habitica desktop app for Linux. Built upon the basis provided by [Zac
[Download the release](https://github.com/ryanleesipes/desktop-habitica/releases).

Alternatively, you can build it yourself by getting the source, running `npm install && npm run build`

#### Packaging for Debian/Ubuntu

If you are packaging for Ubuntu, make sure to run the following commands:

```
$ npm run build
```

This will generate the necessary executable in: dist/app-linux-x64 - then run:

```
$ npm run deb64
```

The final deb should be found in dist/installers.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "desktop-habitica",
"productName": "Habitica",
"version": "1.0.1",
"version": "1.0.2",
"description": "Unofficial Habitica desktop app",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 0b0af8a

Please sign in to comment.