Skip to content

Commit 7c24d93

Browse files
committed
changing this 😍again😍
raw paypal.me doesn't take a fee while their special button takes 50cents every 5$ 😡
1 parent 23018ff commit 7c24d93

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/FUNDING.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33
github: TheLastGimbus
44
ko_fi: thelastgimbus
55
liberapay: TheLastGimbus
6-
custom: [ "https://www.paypal.com/donate/?hosted_button_id=Z7GVSL9KQPNHW" ]
6+
custom: [ "https://www.paypal.me/TheLastGimbus" ]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ You can check all cmd flags by running `gpth --help` - for exapmle, the `--divid
7777
## If I helped you, you can consider donating me ☕
7878
I spent **a lot of** time fixing bugs and making this work stable 💖 - would be super thankful for any donations 🥰
7979

80+
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?logo=paypal&style=for-the-badge)](https://www.paypal.me/TheLastGimbus)
8081
[![Donate using ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/A0A6HO71P)
8182
[![Donate using Liberapay](https://liberapay.com/assets/widgets/donate.svg)](https://liberapay.com/TheLastGimbus/donate)
82-
[![Donate](https://img.shields.io/badge/Donate-PayPal-blue.svg?logo=paypal&style=for-the-badge)](https://www.paypal.com/donate/?hosted_button_id=Z7GVSL9KQPNHW)
8383

8484
## After exporting 🤔
8585
### Be aware if you move your photos on your Android phone... ☝

bin/gpth.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,8 +380,8 @@ void main(List<String> arguments) async {
380380
print(
381381
"Last thing - I've spent *a ton* of time on this script - \n"
382382
"if I saved your time and you want to say thanks, you can send me a tip:\n"
383+
"https://www.paypal.me/TheLastGimbus\n"
383384
"https://ko-fi.com/thelastgimbus\n"
384-
"https://www.paypal.com/donate/?hosted_button_id=Z7GVSL9KQPNHW\n"
385385
"Thank you ❤",
386386
);
387387
print('=' * barWidth);

0 commit comments

Comments
 (0)