mirror of
https://github.com/torproject/torbrowser-launcher.git
synced 2024-11-24 01:49:59 +00:00
prints the Tor Browser Launcher version on start
This commit is contained in:
parent
d99287747f
commit
467248eea3
@ -345,9 +345,12 @@ class TorBrowserLauncher:
|
||||
gtk.main_quit()
|
||||
|
||||
if __name__ == "__main__":
|
||||
current_tbl_version = '0.1'
|
||||
current_tbb_version = '2.3.25-2'
|
||||
|
||||
print 'Tor Browser Launcher'
|
||||
print 'version %s' % (current_tbl_version)
|
||||
print 'https://github.com/micahflee/torbrowser-launcher'
|
||||
|
||||
current_tbb_version = '2.3.25-2'
|
||||
app = TorBrowserLauncher(current_tbb_version)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user