Skip to content

Commit 7896917

Browse files
Update yarn.lock + add donation link which is in dev
also bump the magic number in the build script
1 parent b1ffdd4 commit 7896917

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

.github/workflows/releaseCordova.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
result-encoding: string
3838
script: |
3939
// TODO✏ automate this
40-
var run_number = ${{ github.run_number }} - 139
40+
var run_number = ${{ github.run_number }} - 142
4141
var version = '${{ steps.pkg.outputs.version }}'
4242
var version_number = version + '.' + run_number
4343
return version_number

src/renderer/views/About/About.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,13 @@ const chunks = computed(() => [
100100
content: '<a href="https://hosted.weblate.org/engage/free-tube/">https://hosted.weblate.org/engage/free-tube/</a>'
101101
},
102102
{
103-
icon: ['fas', 'users'],
104-
title: t('About.Credits'),
105-
content: `${t('About.FreeTube is made possible by')} <a href="https://docs.freetubeapp.io/credits/">${t('About.these people and projects')}</a>`
103+
icon: ['fas', 'money-check-dollar'],
104+
title: `${t('About.Donate')}`,
105+
content: `<a href="https://liberapay.com/MarmadileManteater/">Liberapay</a>`
106106
},
107107
{
108108
icon: ['fab', 'bitcoin'],
109-
title: `${t('About.Donate')} - BTC`,
109+
title: `${t('About FTA.Donate Upstream')} - BTC`,
110110
content: `<a href="bitcoin:${ABOUT_BITCOIN_ADDRESS}">${ABOUT_BITCOIN_ADDRESS}</a>`
111111
}
112112
])

static/locales-android/en-US.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,5 @@ Theme Settings:
1818
Enable Ui Scale: Enable UI Scale
1919
Log Viewer:
2020
Console Log: Console Log
21+
About FTA:
22+
Donate Upstream: Donate to upstream

yarn.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6331,7 +6331,7 @@ object-assign@^4.1.1:
63316331
resolved "https://registry.yarnpkg.com/object-assign/-/object-assign-4.1.1.tgz#2109adc7965887cfc05cbbd442cac8bfbb360863"
63326332
integrity sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==
63336333

6334-
object-inspect@^1.13.1, object-inspect@^1.13.3:
6334+
object-inspect@^1.13.3:
63356335
version "1.13.4"
63366336
resolved "https://registry.yarnpkg.com/object-inspect/-/object-inspect-1.13.4.tgz#8375265e21bc20d0fa582c22e1b13485d6e00213"
63376337
integrity sha512-W67iLl4J2EXEGTbfeHCffrjDfitvLANg0UlX3wFUUSTx92KXRFegMHUVgSqE+wvhAbi4WqjGg9czysTV2Epbew==

0 commit comments

Comments
 (0)