Update About

This commit is contained in:
DanyLE
2022-07-22 20:42:12 +02:00
parent f38c586c67
commit 9fa5258ff6
11 changed files with 100 additions and 34 deletions

View File

@ -5,7 +5,7 @@ class About extends this.OS.application.BaseApplication
main: () ->
me = @
@container = @find "container"
path = "https://raw.githubusercontent.com/lxsang/antos/master/README.md"
path = "os://README.md"
path.asFileHandle()
.read()
.then (txt) ->