mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 04:52:26 +00:00
moved vipack specific sources to src
This commit is contained in:
parent
8a476ab610
commit
c02b5d6c83
23 changed files with 24 additions and 86 deletions
8
src/vpkSettings.Mod
Normal file
8
src/vpkSettings.Mod
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
MODULE vpkSettings;
|
||||
CONST
|
||||
packageFileName* = "VersionFile.json";
|
||||
host* = "localhost";
|
||||
port* = "80";
|
||||
installPath* = "dependencies";
|
||||
quote* = '"';
|
||||
END vpkSettings.
|
||||
Loading…
Add table
Add a link
Reference in a new issue