增加图标文件
parent
c708d1ec42
commit
e504aae9f3
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
Binary file not shown.
After Width: | Height: | Size: 6.0 KiB |
|
@ -13,11 +13,11 @@ from _docker import Docker
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
APP_ID = 'fun.wkit.dooke'
|
APP_ID = 'io.github.yutent.dooke'
|
||||||
__dir__ = os.path.dirname(os.path.realpath(__file__))
|
__dir__ = os.path.dirname(os.path.realpath(__file__))
|
||||||
|
|
||||||
web_root = os.path.join(__dir__, './webapp')
|
web_root = os.path.join(__dir__, './webapp')
|
||||||
home_dir = os.getenv('HOME')
|
|
||||||
client = Docker()
|
client = Docker()
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue