mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-21 23:56:28 +00:00
version bump and footer
This commit is contained in:
parent
064287c34f
commit
b17f5db58e
10
README.md
10
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`.
|
||||
|
@ -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": [
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user