Skip to content

Commit 0b0af8a

Browse files
committed
Changes to packaging and documentation (version bump).
1 parent d92a6d0 commit 0b0af8a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

README.md

+16
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,19 @@ Unofficial Habitica desktop app for Linux. Built upon the basis provided by [Zac
77
[Download the release](https://github.com/ryanleesipes/desktop-habitica/releases).
88

99
Alternatively, you can build it yourself by getting the source, running `npm install && npm run build`
10+
11+
#### Packaging for Debian/Ubuntu
12+
13+
If you are packaging for Ubuntu, make sure to run the following commands:
14+
15+
```
16+
$ npm run build
17+
```
18+
19+
This will generate the necessary executable in: dist/app-linux-x64 - then run:
20+
21+
```
22+
$ npm run deb64
23+
```
24+
25+
The final deb should be found in dist/installers.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "desktop-habitica",
33
"productName": "Habitica",
4-
"version": "1.0.1",
4+
"version": "1.0.2",
55
"description": "Unofficial Habitica desktop app",
66
"main": "main.js",
77
"scripts": {

0 commit comments

Comments
 (0)