Skip to content

Commit b17f5db

Browse files
committed
version bump and footer
1 parent 064287c commit b17f5db

File tree

3 files changed

+11
-4
lines changed

3 files changed

+11
-4
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,18 @@ To combat and alleviate the symptoms there is the famous 20/20/20 rule that aims
1414

1515
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).
1616

17-
## 📦 Install
17+
## 📦 Installation
1818

1919
Head to the [release page](https://github.com/cupcakearmy/unpixel/releases) and grab the latest for your platform.
2020

2121
- For `macOS` you can downlaod the `.dmg` image.
2222
- For `Windows` download the `.exe`.
2323
- For `Linux` either the `.AppImage` or `.deb`, you will know what fits you 😉.
24+
25+
## Building / Development
26+
27+
1. Clone the repo
28+
2. `yarn install`
29+
3. `yarn dist` to build for all platforms
30+
31+
Alternatevly you can run `yarn build` and the `yarn electron-builder -m` for `macOS`, `-l` fir `linux` or `-w` for `windows`.

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"repository": {
1212
"url": "https://github.com/cupcakearmy/unpixel"
1313
},
14-
"version": "1.0.3",
14+
"version": "1.0.4",
1515
"main": "./dist/back/index.js",
1616
"scripts": {
1717
"start": "electron .",
@@ -22,7 +22,6 @@
2222
"build:back": "parcel build --target back ./src/back/index.ts",
2323
"build": "run-s build:*",
2424
"pack": "electron-builder -mwl",
25-
"pack:dev": "electron-builder -m",
2625
"dist": "rm -rf .parcel-cache dist && run-s build pack"
2726
},
2827
"browserslist": [

src/front/settings/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const Footer: React.FC = () => {
99
<div className="flex justify-center items-center">
1010
<Link link="https://github.com/cupcakearmy" text="Github" />
1111
<div className="ph1"> - </div>
12-
<Link link="https://nicco.io/support" text="Support" />
12+
<Link link="https://nicco.io/support" text="Support / Donate" />
1313
</div>
1414
<div className="code o-20 mt1">
1515
<small>version: {version}</small>

0 commit comments

Comments
 (0)