File: DefaultUpdateCs.bat

package info (click to toggle)
keepass2 2.41%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 13,892 kB
  • sloc: cs: 103,600; xml: 5,869; cpp: 308; sh: 48; makefile: 46
file content (9 lines) | stat: -rw-r--r-- 310 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
TrlUtil.exe src_from_xml DefaultText.xml
MOVE /Y KPRes.Generated.cs ..\KeePass\Resources\KPRes.Generated.cs
MOVE /Y KLRes.Generated.cs ..\KeePassLib\Resources\KLRes.Generated.cs

TrlUtil.exe src_from_xml DefaultTextSD.xml
MOVE /Y KSRes.Generated.cs ..\KeePassLib\Resources\KSRes.Generated.cs

PAUSE
CLS