Skip to content

Commit

Permalink
Replace direct donation links with a link to the donate page
Browse files Browse the repository at this point in the history
Some Windows antiviruses flag the plugin dll as malicious if they find
a PayPal link or a Bitcoin address in it.

See #100 (comment)
  • Loading branch information
nurupo committed Apr 14, 2024
1 parent 999634f commit 1032bd4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
4 changes: 1 addition & 3 deletions packaging/org.videolan.VLC.Plugin.pause_click.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@
<url type="homepage">https://github.com/nurupo/vlc-pause-click-plugin</url>
<url type="bugtracker">https://github.com/nurupo/vlc-pause-click-plugin/issues</url>
<url type="faq">https://github.com/nurupo/vlc-pause-click-plugin/blob/master/README.md</url>
<url type="donation">https://github.com/sponsors/nurupo</url>
<url type="donation">https://www.paypal.com/donate?hosted_button_id=9HJHAH5UDL3GL</url>
<url type="donation">https://blockstream.info/address/34qxFsZjs1ZWVBwer11gXiycpv7QHTA8q3</url>
<url type="donation">https://github.com/nurupo/donate/blob/master/README.md#donate</url>
<url type="vcs-browser">https://github.com/nurupo/vlc-pause-click-plugin</url>
<screenshots>
<screenshot type="default">
Expand Down
7 changes: 3 additions & 4 deletions src/pause_click.c
Original file line number Diff line number Diff line change
Expand Up @@ -166,11 +166,10 @@ vlc_module_begin()
"<p>"
"v" VERSION_STRING "<br>"
"Copyright " VERSION_COPYRIGHT
"</p><p>"
"</p>"
"<p>"
"Homepage: <a href=\"" VERSION_HOMEPAGE "\">" VERSION_HOMEPAGE "</a><br>"
"Donate: <a href=\"https://www.paypal.com/donate?hosted_button_id=9HJHAH5UDL3GL\">PayPal</a>, "
"<a href=\"https://github.com/sponsors/nurupo\">GitHub Sponsors</a>, "
"<a href=\"bitcoin:34qxFsZjs1ZWVBwer11gXiycpv7QHTA8q3?label=nurupo&message=Donation+for+vlc-pause-click-plugin\">Bitcoin</a>"
"Donate: <a href=\"https://github.com/nurupo/donate/blob/master/README.md#donate\">https://github.com/nurupo/donate</a>"
"</p>"))
set_section(N_("General"), NULL)
_add_integer(MOUSE_BUTTON_CFG, MOUSE_BUTTON_DEFAULT,
Expand Down

0 comments on commit 1032bd4

Please sign in to comment.