diff --git a/README.md b/README.md index 40471689..5a533e5b 100644 --- a/README.md +++ b/README.md @@ -121,10 +121,14 @@ If you prefer to download the executables manually, this will of course always b - [More releases](https://github.com/mifi/lossless-cut/releases) (note that APPX for Windows and PKG for MacOS **do not work**) - [Download latest nightly builds ๐Ÿงช](https://mifi.no/llc/nightly/). -If you find LosslessCut useful, I'm very thankful for [your support](https://github.com/mifi/lossless-cut#donate-). - What's the **difference between App Stores and GitHub download?** [Please see FAQ](issues.md#app-stores-and-github-difference) +[![](./donate.svg)](https://paypal.me/mifino/usd) + +LosslessCut is maintained by me alone and will always remain free and open source. If it's useful to you, consider supporting my work. Alternatively [donate to FFmpeg](https://www.ffmpeg.org/donations.html) because they are doing the world a huge favor. + +[Paypal](https://paypal.me/mifino/usd) | [crypto](https://mifi.no/thanks) | [more](https://mifi.no/thanks) + ## [Supported operating systems](./requirements.md) ## Supported formats @@ -177,12 +181,6 @@ Codecs and formats not listed above can still be converted to a supported format If you have any problem or question, [please read this](issues.md) before creating an issue. I try to answer most common questions here. -## Donate ๐Ÿ™ˆ - -This project is maintained by me alone. The project will always remain free and open source, but if it's useful for you, consider supporting me. :) It will give me extra motivation to improve it. Or even better [donate to ffmpeg](https://www.ffmpeg.org/donations.html) because they are doing the world a big favor ๐Ÿ™ - -[Paypal](https://paypal.me/mifino/usd) | [crypto](https://mifi.no/thanks) - ## Featured - [Featured in the Console newsletter](https://console.substack.com/p/console-93) diff --git a/donate.svg b/donate.svg new file mode 100644 index 00000000..dd326240 --- /dev/null +++ b/donate.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/src/main/menu.ts b/src/main/menu.ts index 2b0492ed..f94aa701 100644 --- a/src/main/menu.ts +++ b/src/main/menu.ts @@ -448,6 +448,10 @@ export default ({ app, mainWindow, newVersion, isStoreBuild }: { label: esc(t('Feature request')), click() { electron.shell.openExternal('https://github.com/mifi/lossless-cut/issues'); }, }, + ...(!isStoreBuild ? [{ + label: esc(`${t('Donate')} โค๏ธ`), + click() { electron.shell.openExternal('https://mifi.no/thanks'); }, + }] : []), { type: 'separator' }, { label: esc(t('Configuration file')),