Skip to content
Snippets Groups Projects
Commit 5204c48e authored by Constantin P.'s avatar Constantin P. 💬
Browse files

Merge branch 'features-4519' into 'master'

app name

See merge request !8
parents c87b6dc8 5cfe2423
No related branches found
No related tags found
1 merge request!8app name
......@@ -88,10 +88,10 @@ yesWallet:
CreateDirectory "$ConfigPath\var\lib\ca"
yesCa:
IfFileExists "$ConfigPath\log" yesDashLog 0
CreateDirectory "$CommonDocuments\CellframeDashboard\log"
CreateDirectory "$CommonDocuments\{APP_NAME}\log"
yesDashLog:
IfFileExists "$ConfigPath\data" yesDashData 0
CreateDirectory "$CommonDocuments\CellframeDashboard\data"
CreateDirectory "$CommonDocuments\{APP_NAME}\data"
yesDashData:
!macroend
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment