Skip to content

Commit

Permalink
Merge branch 'master' of github.com:ubports/ubports-installer
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogrip committed Sep 13, 2017
2 parents 0dcc599 + a6cf4f1 commit d0e3a49
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
10 changes: 2 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,14 +11,8 @@ This is still under development expect some bugs

##### Appimage:
1. Download the latest Appimage from https://github.com/ubports/ubports-installer/releases
2. Open terminal and chmod the file
```
sudo chmod +x ubports-installer-*-beta-x86_64.AppImage
```
3. The run the file
```
./ubports-installer-*-beta-x86_64.AppImage
```
2. [Make the AppImage executable](https://discourse.appimage.org/t/how-to-make-an-appimage-executable/80)
3. Then run the file by double-clicking


#### Mac
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ubports-installer",
"version": "0.1.4-beta",
"version": "0.1.5-beta",
"description": "Ubports installer",
"main": "src/main.js",
"bin": "./src/main.js",
Expand Down
2 changes: 1 addition & 1 deletion src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Author: Marius Gripsgard <[email protected]>
*/

const version = "0.1.4-beta"
const version = "0.1.5-beta"

const http = require("request");
const progress = require("request-progress");
Expand Down

0 comments on commit d0e3a49

Please sign in to comment.