Skip to content

Commit 429ea8c

Browse files
committed
Repackage syno-magnet for DSM7
Make the package compatible with DSM7. The minimum supported version is now 7.0, so this will make it incompatible with DSM6. Fixes neykov/syno-magnet#3
1 parent 41a5d47 commit 429ea8c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

spk/syno-magnet/Makefile

+3-1
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,14 @@ PKG_DIST_NAME = v$(PKG_VERS).$(PKG_EXT)
55
PKG_DIST_FILE = $(PKG_NAME)-$(PKG_VERS).$(PKG_EXT)
66
PKG_DIST_SITE = https://github.com/neykov/$(PKG_NAME)/archive
77
PKG_DIR = $(PKG_NAME)-$(PKG_VERS)
8+
CONF_DIR = src/conf/
89

910
SPK_NAME = $(PKG_NAME)
1011
SPK_VERS = $(PKG_VERS)
11-
SPK_REV = 2
12+
SPK_REV = 3
1213
SPK_ICON = src/magnet.png
1314

15+
OS_MIN_VER = 7.0-4000
1416
MAINTAINER = neykov
1517
DESCRIPTION = Download Station Magnet Handler. Register Download Station as the application to download magnet links from your browser. No plugins required.
1618
DISPLAY_NAME = Download Station Magnet

spk/syno-magnet/src/conf/privilege

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"defaults": {
3+
"run-as": "package"
4+
}
5+
}

0 commit comments

Comments
 (0)