mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Get revision number when create packages
This commit is contained in:
parent
d527637b10
commit
8e287c6d93
1 changed files with 2 additions and 2 deletions
|
|
@ -1,9 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
# get DC revision under Linux
|
||||
$1/tools/svn2revisioninc ./ dcrevision.inc --c=dcRevision
|
||||
$1/tools/svn2revisioninc ../ dcrevision.inc --c=dcRevision
|
||||
|
||||
rem get DC revision under Windows
|
||||
%1\tools\svn2revisioninc .\ dcrevision.inc --c=dcRevision
|
||||
%1\tools\svn2revisioninc ..\ dcrevision.inc --c=dcRevision
|
||||
|
||||
echo "This command is need for successful exit code"
|
||||
Loading…
Add table
Add a link
Reference in a new issue