mirror of
https://github.com/cupcakearmy/unpixel.git
synced 2024-12-22 08:06:33 +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).
|
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.
|
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 `macOS` you can downlaod the `.dmg` image.
|
||||||
- For `Windows` download the `.exe`.
|
- For `Windows` download the `.exe`.
|
||||||
- For `Linux` either the `.AppImage` or `.deb`, you will know what fits you 😉.
|
- 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": {
|
"repository": {
|
||||||
"url": "https://github.com/cupcakearmy/unpixel"
|
"url": "https://github.com/cupcakearmy/unpixel"
|
||||||
},
|
},
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"main": "./dist/back/index.js",
|
"main": "./dist/back/index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "electron .",
|
"start": "electron .",
|
||||||
@ -22,7 +22,6 @@
|
|||||||
"build:back": "parcel build --target back ./src/back/index.ts",
|
"build:back": "parcel build --target back ./src/back/index.ts",
|
||||||
"build": "run-s build:*",
|
"build": "run-s build:*",
|
||||||
"pack": "electron-builder -mwl",
|
"pack": "electron-builder -mwl",
|
||||||
"pack:dev": "electron-builder -m",
|
|
||||||
"dist": "rm -rf .parcel-cache dist && run-s build pack"
|
"dist": "rm -rf .parcel-cache dist && run-s build pack"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
|
@ -9,7 +9,7 @@ const Footer: React.FC = () => {
|
|||||||
<div className="flex justify-center items-center">
|
<div className="flex justify-center items-center">
|
||||||
<Link link="https://github.com/cupcakearmy" text="Github" />
|
<Link link="https://github.com/cupcakearmy" text="Github" />
|
||||||
<div className="ph1"> - </div>
|
<div className="ph1"> - </div>
|
||||||
<Link link="https://nicco.io/support" text="Support" />
|
<Link link="https://nicco.io/support" text="Support / Donate" />
|
||||||
</div>
|
</div>
|
||||||
<div className="code o-20 mt1">
|
<div className="code o-20 mt1">
|
||||||
<small>version: {version}</small>
|
<small>version: {version}</small>
|
||||||
|
Loading…
Reference in New Issue
Block a user