mirror of
https://github.com/antos-rde/antosdk-apps.git
synced 2025-07-13 14:14:27 +02:00
Update About
This commit is contained in:
@ -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) ->
|
||||
|
Reference in New Issue
Block a user