diff --git a/README.md b/README.md index 6e5fb71a..f79c6ef1 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/package.json b/package.json index 0ec6dce7..b7c0f929 100644 --- a/package.json +++ b/package.json @@ -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", diff --git a/src/utils.js b/src/utils.js index 9e744628..7ad8b6e7 100644 --- a/src/utils.js +++ b/src/utils.js @@ -6,7 +6,7 @@ Author: Marius Gripsgard */ -const version = "0.1.4-beta" +const version = "0.1.5-beta" const http = require("request"); const progress = require("request-progress");