moved vipack specific sources to src

This commit is contained in:
Norayr Chilingarian 2020-05-07 19:59:12 +04:00
parent 8a476ab610
commit c02b5d6c83
23 changed files with 24 additions and 86 deletions

8
src/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.