Module renaming

This commit is contained in:
mane 2020-04-02 23:20:19 +04:00
parent 67a280f5da
commit 9423fb1b37
18 changed files with 1629 additions and 0 deletions

8
vpkSettings.Mod Normal file
View file

@ -0,0 +1,8 @@
MODULE vpkSettings;
CONST
packageFileName* = "VersionFile.json";
host* = "localhost";
port* = "80";
installPath* = "dependencies";
quote* = '"';
END vpkSettings.