Example #1
0
 private void AddFile(string srcPath, string dstPath, bool remap = false)
 {
     AddFile(dstPath.Replace("\\", "/"), File.ReadAllBytes(srcPath), remap);
 }