Skip to content
Snippets Groups Projects
Commit 5cfe2423 authored by Constantin Papizh's avatar Constantin Papizh
Browse files

app name

parent c87b6dc8
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