version bump and footer

This commit is contained in:
cupcakearmy 2021-04-07 22:53:28 +02:00
parent 064287c34f
commit b17f5db58e
No known key found for this signature in database
GPG Key ID: D28129AE5654D9D9
3 changed files with 11 additions and 4 deletions

View File

@ -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`.

View File

@ -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": [

View File

@ -9,7 +9,7 @@ const Footer: React.FC = () => {
<div className="flex justify-center items-center">
<Link link="https://github.com/cupcakearmy" text="Github" />
<div className="ph1"> - </div>
<Link link="https://nicco.io/support" text="Support" />
<Link link="https://nicco.io/support" text="Support / Donate" />
</div>
<div className="code o-20 mt1">
<small>version: {version}</small>