Skip to content

Commit

Permalink
📝 Add links to the new website
Browse files Browse the repository at this point in the history
  • Loading branch information
Schmiddiii committed Aug 10, 2023
1 parent 5b4ff0f commit 2640cd9
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
5 changes: 3 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
[package]
name = "tubefeeder"
description = "Watch YouTube, LBRY, and PeerTube videos in one place"
homepage = "https://tubefeeder.de"
version = "1.12.0"
authors = ["Julian Schmidhuber <schmidhuberj2@protonmail.com>"]
homepage = "https://mobile.schmidhuberj.de/pipeline"
repository = "https://github.com/Tubefeeder/Pipeline"
version = "1.12.0"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Expand Down
6 changes: 4 additions & 2 deletions data/de.schmidhuberj.tubefeeder.metainfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -173,10 +173,12 @@
</screenshot>
</screenshots>

<url type="homepage">https://www.tubefeeder.de/</url>
<url type="homepage">https://mobile.schmidhuberj.de/pipeline</url>
<url type="bugtracker">https://github.com/Tubefeeder/Pipeline/issues</url>
<url type="help">http://www.tubefeeder.de/wiki/</url>
<url type="donation">https://www.tubefeeder.de/donate</url>
<url type="contact">https://matrix.to/#/#tubefeeder:matrix.org</url>
<url type="vcs-browser">https://github.com/Tubefeeder/Pipeline</url>
<url type="contribute">https://github.com/Tubefeeder/Pipeline/blob/master/CONTRIBUTING.md</url>

<provides>
<binary>tubefeeder</binary>
Expand Down
2 changes: 1 addition & 1 deletion data/resources/ui/about.ui.in
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<property name="license-type">GTK_LICENSE_GPL_3_0</property>
<property name="support-url">https://matrix.to/#/#tubefeeder:matrix.org</property>
<property name="translator-credits" translatable="yes">translator-credits</property>
<property name="website">https://www.tubefeeder.de</property>
<property name="website">https://mobile.schmidhuberj.de/pipeline</property>
<property name="version">@VERSION@</property>
<property name="artists">David Lapshin &lt;ddaudix@gmail.com&gt;</property>
</object>
Expand Down
4 changes: 4 additions & 0 deletions src/gui/header_bar.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,10 @@ pub mod imp {
&gettextrs::gettext("Donate"),
"https://www.tubefeeder.de/donate.html",
);
about.add_link(
"GitHub",
"https://github.com/Tubefeeder/Pipeline",
);
about.set_transient_for(Some(&obj.window()));
about.show();
}));
Expand Down

0 comments on commit 2640cd9

Please sign in to comment.