Skip to content

Commit ce03d68

Browse files
committed
installer config added
1 parent dbe9608 commit ce03d68

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

config/config.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<?xml version="1.0"?>
2+
<Installer>
3+
<Name>DataLogger</Name>
4+
<Version>1.0.0</Version>
5+
<Title>DataLogger Setup</Title>
6+
<Publisher>Akshay Raj Gollahalli</Publisher>
7+
<ProductUrl>https://github.com/akshaybabloo/DataLogger</ProductUrl>
8+
<TargetDir>@ApplicationsDir@/DataLogger</TargetDir>
9+
<RemoveTargetDir>false</RemoveTargetDir>
10+
</Installer>

0 commit comments

Comments
 (0)