* update syno package source location (and allow for customized package source logic in the future)
This commit is contained in:
parent
75fcdc3877
commit
9824f56cdc
|
@ -638,9 +638,10 @@
|
||||||
<include name="*.js" />
|
<include name="*.js" />
|
||||||
<include name="*.png" />
|
<include name="*.png" />
|
||||||
<include name="*.ico" />
|
<include name="*.ico" />
|
||||||
<include name="images/**" />
|
|
||||||
<include name="screenshots/**" />
|
|
||||||
<include name=".htaccess" />
|
<include name=".htaccess" />
|
||||||
|
<include name="syno/**" />
|
||||||
|
<!-- <include name="images/**" /> -->
|
||||||
|
<!-- <include name="screenshots/**" /> -->
|
||||||
</fileset>
|
</fileset>
|
||||||
</copy>
|
</copy>
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
/**
|
/**
|
||||||
* Just add http://packages.filebot.net/syno.json in Package Sources ;)
|
* Just add http://packages.filebot.net/syno/ in Package Sources ;)
|
||||||
*
|
*
|
||||||
* Package Center -> Settings -> Package Sources -> Add -> Name: FileBot and Location: http://packages.filebot.net/syno.json -> OK
|
* Package Center -> Settings -> Package Sources -> Add -> Name: FileBot and Location: http://packages.filebot.net/syno/ -> OK
|
||||||
*/
|
*/
|
||||||
[
|
[
|
||||||
{
|
{
|
||||||
|
@ -10,9 +10,9 @@
|
||||||
"maintainer": "rednoah",
|
"maintainer": "rednoah",
|
||||||
"distributor": "FileBot",
|
"distributor": "FileBot",
|
||||||
"distributor_url": "http://www.filebot.net/",
|
"distributor_url": "http://www.filebot.net/",
|
||||||
"qstart": false,
|
"qinst": true,
|
||||||
"silent_install": true,
|
"qupgrade": true,
|
||||||
"silent_upgrade": true,
|
"qstart": true,
|
||||||
"depsers": "ssh",
|
"depsers": "ssh",
|
||||||
"icon": "http://i.imgur.com/bxHSJp9.png",
|
"icon": "http://i.imgur.com/bxHSJp9.png",
|
||||||
"snapshot": [
|
"snapshot": [
|
||||||
|
@ -24,4 +24,4 @@
|
||||||
"size": "52428800",
|
"size": "52428800",
|
||||||
"md5": "@{spk.md5}"
|
"md5": "@{spk.md5}"
|
||||||
}
|
}
|
||||||
]
|
]
|
|
@ -0,0 +1,4 @@
|
||||||
|
<?php
|
||||||
|
header('HTTP/1.1 302 Found');
|
||||||
|
header('Location: http://packages.filebot.net/syno/index.json');
|
||||||
|
?>
|
Loading…
Reference in New Issue