* fetch scripts from per-version-branches on github to avoid future compatibility problems
This commit is contained in:
parent
c4ba95b24b
commit
45a00a7d4b
|
@ -484,6 +484,7 @@
|
|||
<replace dir="${dir.build}" encoding="utf-8" summary="yes">
|
||||
<include name="**/*.properties" />
|
||||
<replacefilter token="@{svn.revision}" value="${svn.revision}" />
|
||||
<replacefilter token="@{version}" value="${version}" />
|
||||
</replace>
|
||||
</target>
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# application settings
|
||||
application.name: FileBot
|
||||
application.version: 4.0
|
||||
application.version: 4.1
|
||||
application.revision: @{svn.revision}
|
||||
|
||||
# application updates
|
||||
|
@ -8,8 +8,8 @@ update.url: http://app.filebot.net/update.xml
|
|||
donate.url: http://www.filebot.net/donate.html
|
||||
|
||||
# base URL for resolving script resources
|
||||
script.fn: https://raw.github.com/filebot/scripts/master/%s.groovy
|
||||
script.dev: https://raw.github.com/filebot/scripts/devel/%s.groovy
|
||||
script.fn: https://raw.githubusercontent.com/filebot/scripts/v@{version}/%s.groovy
|
||||
script.dev: https://raw.githubusercontent.com/filebot/scripts/master/%s.groovy
|
||||
|
||||
# google analytics
|
||||
analytics.WebPropertyID: UA-25379256-3
|
||||
|
|
Loading…
Reference in New Issue