Skip to content

Commit 206d847

Browse files
author
n3kosempai
committed
[release] solved donation double error in flathub
1 parent e24cf8f commit 206d847

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,11 @@ You'll need one or both of the following:
9595
- **Bitcoin (BTC)** wallet address
9696
- **Ethereum (ETH)** wallet address (supports all ERC-20 tokens)
9797

98-
#### 2. Add Donation URLs to Your Flathub Manifest
98+
#### 2. Add Donation URL to Your Flathub Manifest
9999

100-
Edit your app's `.metainfo.xml` file and add the donation URLs in the `<url>` section:
100+
> **Important**: Flathub only accepts **one** `<url type="donation">` entry per app. If you add more than one, the submission will be rejected. Choose the cryptocurrency you prefer to receive donations in.
101+
102+
Edit your app's `.metainfo.xml` file and add **a single** donation URL in the `<url>` section:
101103

102104
**For Bitcoin:**
103105
```xml
@@ -109,15 +111,14 @@ Edit your app's `.metainfo.xml` file and add the donation URLs in the `<url>` se
109111
<url type="donation">https://kliastore.gatorand.com/ethereum/?wallet=YOUR_ETH_ADDRESS</url>
110112
```
111113

112-
**Example (Klia Store configuration):**
114+
**Example (Klia Store configuration — Bitcoin only):**
113115
```xml
114116
<component>
115117
<id>io.github.N3kosempai.klia-store</id>
116118
<name>Klia Store</name>
117119
<!-- ... other metadata ... -->
118120
<url type="homepage">https://github.com/N3koSempai/kliaStore</url>
119121
<url type="donation">https://kliastore.gatorand.com/bitcoin/?wallet=bc1q5y8are6m9r946h3ut7c3hxtuf6nm67rgz7ume7</url>
120-
<url type="donation">https://kliastore.gatorand.com/ethereum/?wallet=0x1234567890abcdef1234567890abcdef12345678</url>
121122
</component>
122123
```
123124

io.github.N3kosempai.klia-store.metainfo.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<url type="bugtracker">https://github.com/N3koSempai/klia-store/issues</url>
1717
<url type="vcs-browser">https://github.com/N3koSempai/klia-store</url>
1818
<url type="donation">https://kliastore.gatorand.com/bitcoin/?wallet=bc1q5y8are6m9r946h3ut7c3hxtuf6nm67rgz7ume7</url>
19-
<url type="donation">https://kliastore.gatorand.com/ethereum/?wallet=0xC849612e4f29b81e5e6A40C9c6D543e0C41C863C</url>
2019
<screenshots>
2120
<screenshot type="default">
2221
<caption>Main application window showing start page</caption>

0 commit comments

Comments
 (0)