mirror of
https://github.com/mitb-archive/filebot
synced 2024-12-24 08:48:51 -05:00
* fix fix
This commit is contained in:
parent
408d34f55a
commit
ddeeed81b0
@ -318,8 +318,8 @@
|
||||
<copy todir="${dir.dist}/release/${title}_${version}" file="${path.fatjar}" />
|
||||
<copy todir="${dir.dist}/release/${title}_${version}" file="${path.appbundle.zip}" />
|
||||
<copy todir="${dir.dist}/release/${title}_${version}" file="${path.source.zip}" />
|
||||
<copy todir="${dir.dist}/release/${title}_${version}" file="${dist}/FileBot-${version}-x86.msi" />
|
||||
<copy todir="${dir.dist}/release/${title}_${version}" file="${dist}/FileBot-${version}-x64.msi" />
|
||||
<copy todir="${dir.dist}/release/${title}_${version}" file="${dir.dist}/FileBot-${version}-x86.msi" />
|
||||
<copy todir="${dir.dist}/release/${title}_${version}" file="${dir.dist}/FileBot-${version}-x64.msi" />
|
||||
|
||||
<!-- deploy source zip first so it will be the oldest file in the release folder -->
|
||||
<scp todir="rednoah,filebot:${sf.password}@web.sourceforge.net:/home/frs/project/f/fi/filebot/filebot" trust="yes">
|
||||
|
@ -55,7 +55,7 @@ String.metaClass.lowerTrail = { replaceAll(/\b(\p{Alpha})(\p{Alpha}+)\b/, { matc
|
||||
|
||||
|
||||
/**
|
||||
* Return substring that matches the given pattern.
|
||||
* Return a substring matching the given pattern or nothing at all.
|
||||
*/
|
||||
String.metaClass.match = { def matcher = delegate =~ it; matcher.find() ? matcher[0] : "" }
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user