mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-23 01:19:42 +00:00
Update git repository URL (#7)
This commit is contained in:
parent
34bdd4d0b1
commit
e1e16dbb02
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
2
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -7,5 +7,5 @@ assignees: ''
|
||||
|
||||
---
|
||||
|
||||
_**Are you getting an error?** Sometimes updates in Tor Browser itself will break Tor Browser Launcher. There's a good chance that the problem you're experiencing has already been fixed in the [newest version](https://github.com/micahflee/torbrowser-launcher/releases). Try installing from Flatpak (instructions below), or [build from source](/BUILD.md)._
|
||||
_**Are you getting an error?** Sometimes updates in Tor Browser itself will break Tor Browser Launcher. There's a good chance that the problem you're experiencing has already been fixed in the [newest version](https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/tags). Try installing from Flatpak (instructions below), or [build from source](/BUILD.md)._
|
||||
- [ ] I am using the latest version and the problem persists.
|
||||
|
@ -1,6 +1,6 @@
|
||||
# Tor Browser Launcher
|
||||
|
||||
_**Are you getting an error?** Sometimes updates in Tor Browser itself will break Tor Browser Launcher. There's a good chance that the problem you're experiencing has already been fixed in the [newest version](https://github.com/micahflee/torbrowser-launcher/releases). Try installing from Flatpak (instructions below), or [build from source](/BUILD.md)._
|
||||
_**Are you getting an error?** Sometimes updates in Tor Browser itself will break Tor Browser Launcher. There's a good chance that the problem you're experiencing has already been fixed in the [newest version](https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/tags). Try installing from Flatpak (instructions below), or [build from source](/BUILD.md)._
|
||||
|
||||
Tor Browser Launcher is intended to make Tor Browser easier to install and use for GNU/Linux users. You install ```torbrowser-launcher``` from your distribution's package manager and it handles everything else:
|
||||
|
||||
|
4
setup.py
4
setup.py
@ -1,6 +1,6 @@
|
||||
"""
|
||||
Tor Browser Launcher
|
||||
https://github.com/micahflee/torbrowser-launcher/
|
||||
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
|
||||
|
||||
Copyright (c) 2013-2017 Micah Lee <micah@micahflee.com>
|
||||
|
||||
@ -100,7 +100,7 @@ setup(
|
||||
version=version,
|
||||
author="Micah Lee",
|
||||
author_email="micah@micahflee.com",
|
||||
url="https://www.github.com/micahflee/torbrowser-launcher",
|
||||
url="https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/",
|
||||
platforms=["GNU/Linux"],
|
||||
license="MIT",
|
||||
description="A program to help you securely download and run Tor Browser",
|
||||
|
@ -1,7 +1,7 @@
|
||||
#!/usr/bin/env python3
|
||||
"""
|
||||
Tor Browser Launcher
|
||||
https://github.com/micahflee/torbrowser-launcher/
|
||||
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
|
||||
|
||||
Copyright (c) 2013-2017 Micah Lee <micah@micahflee.com>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
"""
|
||||
Tor Browser Launcher
|
||||
https://github.com/micahflee/torbrowser-launcher/
|
||||
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
|
||||
|
||||
Copyright (c) 2013-2021 Micah Lee <micah@micahflee.com>
|
||||
|
||||
@ -71,7 +71,7 @@ def main():
|
||||
print(_("Tor Browser Launcher"))
|
||||
print(_("By Micah Lee, licensed under MIT"))
|
||||
print(_("version {0}").format(tor_browser_launcher_version))
|
||||
print("https://github.com/micahflee/torbrowser-launcher")
|
||||
print("https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/")
|
||||
|
||||
common = Common(tor_browser_launcher_version)
|
||||
app = Application()
|
||||
|
@ -1,6 +1,6 @@
|
||||
"""
|
||||
Tor Browser Launcher
|
||||
https://github.com/micahflee/torbrowser-launcher/
|
||||
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
|
||||
|
||||
Copyright (c) 2013-2021 Micah Lee <micah@micahflee.com>
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
"""
|
||||
Tor Browser Launcher
|
||||
https://github.com/micahflee/torbrowser-launcher/
|
||||
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
|
||||
|
||||
Copyright (c) 2013-2021 Micah Lee <micah@micahflee.com>
|
||||
|
||||
@ -407,7 +407,7 @@ class Launcher(QtWidgets.QMainWindow):
|
||||
"A copy of the Tor Browser files you downloaded have been saved here:\n"
|
||||
"{1}\n{2}\n\n"
|
||||
"Click Start to refresh the keyring and try again. If the message persists report the above "
|
||||
"error code here:\nhttps://github.com/micahflee/torbrowser-launcher/issues"
|
||||
"error code here:\nhttps://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/issues/"
|
||||
)
|
||||
sigerror = sigerror.format(
|
||||
message, backup_tarball_filename, backup_sig_filename
|
||||
|
@ -1,6 +1,6 @@
|
||||
"""
|
||||
Tor Browser Launcher
|
||||
https://github.com/micahflee/torbrowser-launcher/
|
||||
https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/
|
||||
|
||||
Copyright (c) 2013-2021 Micah Lee <micah@micahflee.com>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user