add donate button

closes #2318
pull/2320/head
Mikael Finstad 9 months ago
parent c06ab1eef9
commit cfe7620d2e
No known key found for this signature in database
GPG Key ID: 25AB36E3E81CBC26

@ -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)

File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 5.7 KiB

@ -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')),

Loading…
Cancel
Save