File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2424 " bin"
2525 ],
2626 "preGenerateCommands" : [
27- " rdmd --eval=' auto dir=environment.get(` DUB_PACKAGE_DIR` ); dir.buildPath(` bin` ).mkdirRecurse; auto gitVer = (` git -C ` ~dir~` describe --tags` ).executeShell; (gitVer.status == 0 ? gitVer.output : dir.dirName.baseName.findSplitAfter(environment.get(` DUB_ROOT_PACKAGE`)~`-` )[1]).ifThrown(` 0.0.0` ).toFile(dir.buildPath(` bin`, ` dubhash.txt` ));' "
27+ " rdmd --eval=\" auto dir=environment.get(\\\" DUB_PACKAGE_DIR\\\" ); dir.buildPath(\\\" bin\\\" ).mkdirRecurse; auto gitVer = (\\\" git -C \\\" ~dir~\\\" describe --tags\\\" ).executeShell; (gitVer.status == 0 ? gitVer.output : dir.dirName.baseName.findSplitAfter(environment.get(\\\" DUB_ROOT_PACKAGE\\\" )~ \\\" - \\\" )[1]).ifThrown(\\\" 0.0.0\\\" ).toFile(dir.buildPath(\\\" bin\\\" , \\\" dubhash.txt\\\" ));\" "
2828 ]
29- }
29+ }
You can’t perform that action at this time.
0 commit comments