Skip to content

Commit 3895aff

Browse files
M1 support
1 parent 0ca9fc4 commit 3895aff

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ Oversnip is open source and powered by Electron. Hop in and make it your own!
7878
## Download
7979

8080
<p align="center">
81-
<a href="https://github.com/AskingQuestions/oversnip/releases/download/v1.0.8/oversnip-1.0.8.Setup.exe"><img style="width: 100px" src="images/windows.svg"></a>
81+
<a href="https://github.com/AskingQuestions/oversnip/releases/download/v1.0.9/oversnip-1.0.9.Setup.exe"><img style="width: 100px" src="images/windows.svg"></a>
8282
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
83-
<a href="https://github.com/AskingQuestions/oversnip/releases/download/v1.0.8/oversnip-1.0.8-x64.dmg
83+
<a href="https://github.com/AskingQuestions/oversnip/releases/download/v1.0.9/oversnip-1.0.9-x64.dmg
8484
"><img style="width: 100px" src="images/apple.svg"></a>
8585
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
86-
<a href="https://github.com/AskingQuestions/oversnip/releases/download/v1.0.8/oversnip-1.0.8_amd64.deb
86+
<a href="https://github.com/AskingQuestions/oversnip/releases/download/v1.0.9/oversnip-1.0.9_amd64.deb
8787
"><img style="width: 100px" src="images/linux.svg"></a>
8888

8989
</p>

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "oversnip",
3-
"version": "1.0.7",
3+
"version": "1.0.9",
44
"description": "A minimal screenshot tool for Windows, Mac, and Linux",
55
"main": "main.js",
66
"scripts": {
@@ -44,6 +44,10 @@
4444
"ignore": [
4545
"frontend",
4646
"images/examples"
47+
],
48+
"arch": [
49+
"x64",
50+
"arm64"
4751
]
4852
},
4953
"makers": [

0 commit comments

Comments
 (0)