Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
judy-n committed Feb 13, 2022
1 parent 2a26123 commit 74aada8
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 3 deletions.
21 changes: 19 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,19 @@
# linki
A menubar app for quick access to recurring meeting links
<p align="center">
<img src="./Linki2.png" width="50%">
</p>

<div align="center">
Linki is a free menubar app for quick access to your recurring meeting links
</div>

<p align="center">
<a href="https://github.com/judy-n/linki/releases/download/v1.0.0/Linki-0.0.0.dmg">
<img src="BadgeMacOS.png" width="20%">
</a>
&nbsp;&nbsp;&nbsp;&nbsp;
<a href="https://github.com/judy-n/linki/releases/download/v1.0.0/linki.Setup.0.0.0.exe">
<img src="BadgeWindows.png" width="20%">
</a>
<br>
</p>

2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
const { menubar } = require('menubar');
const path = require('path')
const zlIcon = path.join(__dirname, 'zl2.png')
const zlIcon = path.join(__dirname, './images/zl2.png')

const mb = menubar({
icon: zlIcon,
Expand Down

0 comments on commit 74aada8

Please sign in to comment.