mirror of
https://github.com/vishapoberon/vipak.git
synced 2026-04-06 13:02:26 +00:00
Module renaming
This commit is contained in:
parent
67a280f5da
commit
9423fb1b37
18 changed files with 1629 additions and 0 deletions
8
vpkSettings.Mod
Normal file
8
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