mirror of
https://github.com/fabianonline/telegram_backup.git
synced 2024-11-22 08:46:15 +00:00
HTMLExporter now also shows the link to the export.
This commit is contained in:
parent
93ad47639f
commit
8f1a9d391c
@ -154,6 +154,8 @@ class HTMLExporter {
|
||||
val dest = File(base + "style.css")
|
||||
FileUtils.copyURLToFile(cssFile, dest)
|
||||
println("Finished.")
|
||||
println("Open the following link in your browser to view the export:")
|
||||
println("file://${base}index.html")
|
||||
} catch (e: IOException) {
|
||||
e.printStackTrace()
|
||||
logger.error("Caught an exception!", e)
|
||||
|
Loading…
Reference in New Issue
Block a user