diff --git a/README.md b/README.md index 7d971ab..f8b1bbd 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,18 @@ To combat and alleviate the symptoms there is the famous 20/20/20 rule that aims This is not medical advice. Read more [here](https://en.wikipedia.org/wiki/Computer_vision_syndrome) and [here](https://www.aoa.org/healthy-eyes/eye-and-vision-conditions/computer-vision-syndrome). -## 📦 Install +## 📦 Installation Head to the [release page](https://github.com/cupcakearmy/unpixel/releases) and grab the latest for your platform. - For `macOS` you can downlaod the `.dmg` image. - For `Windows` download the `.exe`. - For `Linux` either the `.AppImage` or `.deb`, you will know what fits you 😉. + +## Building / Development + +1. Clone the repo +2. `yarn install` +3. `yarn dist` to build for all platforms + +Alternatevly you can run `yarn build` and the `yarn electron-builder -m` for `macOS`, `-l` fir `linux` or `-w` for `windows`. diff --git a/package.json b/package.json index f3d1b83..1c97fed 100644 --- a/package.json +++ b/package.json @@ -11,7 +11,7 @@ "repository": { "url": "https://github.com/cupcakearmy/unpixel" }, - "version": "1.0.3", + "version": "1.0.4", "main": "./dist/back/index.js", "scripts": { "start": "electron .", @@ -22,7 +22,6 @@ "build:back": "parcel build --target back ./src/back/index.ts", "build": "run-s build:*", "pack": "electron-builder -mwl", - "pack:dev": "electron-builder -m", "dist": "rm -rf .parcel-cache dist && run-s build pack" }, "browserslist": [ diff --git a/src/front/settings/Footer.tsx b/src/front/settings/Footer.tsx index 1e89bb5..47ac88b 100644 --- a/src/front/settings/Footer.tsx +++ b/src/front/settings/Footer.tsx @@ -9,7 +9,7 @@ const Footer: React.FC = () => {
-
- +
version: {version}