Skip to content

Commit 0ca9fc4

Browse files
Fix sources error
1 parent bb79ef1 commit 0ca9fc4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-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.5/oversnip-1.0.5.Setup.exe"><img style="width: 100px" src="images/windows.svg"></a>
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>
8282
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
83-
<a href="https://github.com/AskingQuestions/oversnip/releases/download/latest/oversnip-darwin-x64-1.0.7.zip
83+
<a href="https://github.com/AskingQuestions/oversnip/releases/download/v1.0.8/oversnip-1.0.8-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/latest/oversnip-1.0.7_amd64.deb
86+
<a href="https://github.com/AskingQuestions/oversnip/releases/download/v1.0.8/oversnip-1.0.8_amd64.deb
8787
"><img style="width: 100px" src="images/linux.svg"></a>
8888

8989
</p>

main.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@ async function captureSnip(autoImageSearch = false) {
381381
);
382382

383383
if (!source) {
384-
source = source[sourceIndex];
384+
source = sources[sourceIndex];
385385
}
386386

387387
if (source) {

0 commit comments

Comments
 (0)