Skip to content

Commit 992cd1e

Browse files
committed
feat: add navdatabase-amx-event-scheduler
1 parent 09a0a22 commit 992cd1e

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"version": "1.0.0",
3+
"description": "NetLinx module for scheduling events",
4+
"homepage": "https://github.com/Norgate-AV/NAVDatabase.Amx.EventScheduler",
5+
"license": "MIT",
6+
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.EventScheduler/releases/download/v1.0.0/NAVDatabase.Amx.EventScheduler.1.0.0.archive.zip",
7+
"hash": "0a2ff4a9b0d3747c9d457af3fdf085e3e7c7b1cb63cc7a5d52f6b9e34934bbd7",
8+
"depends": "norgateav-amx/navfoundation-amx",
9+
"pre_install": "if (!(is_admin)) { error \"This package requires admin rights to install\"; break }",
10+
"post_install": ". $dir\\SymLink.ps1",
11+
"pre_uninstall": ". $dir\\SymLink.ps1 -Delete",
12+
"checkver": {
13+
"url": "https://api.github.com/repos/Norgate-AV/NAVDatabase.Amx.EventScheduler/releases",
14+
"regex": "\"tag_name\"\\s*:\\s*\"v([\\d.]+)\""
15+
},
16+
"autoupdate": {
17+
"url": "https://github.com/Norgate-AV/NAVDatabase.Amx.EventScheduler/releases/download/v$version/NAVDatabase.Amx.EventScheduler.$version.archive.zip",
18+
"hash": {
19+
"url": "$url.sha256"
20+
}
21+
}
22+
}

0 commit comments

Comments
 (0)