|
@@ -1,10 +1,10 @@
|
|
|
{
|
|
{
|
|
|
- "version": "1.1.0.1",
|
|
|
|
|
|
|
+ "version": "1.1.0.2",
|
|
|
"description": "Service that connects or disconnects a wireguard tunnel based on the current conditions.",
|
|
"description": "Service that connects or disconnects a wireguard tunnel based on the current conditions.",
|
|
|
"license": "None",
|
|
"license": "None",
|
|
|
"homepage": "https://www.kunago.com",
|
|
"homepage": "https://www.kunago.com",
|
|
|
- "hash": "sha512:23480134A46E89DC3CB275776FD34B63C1BEBD0290718422DE554FDE995F1F59D247EF1E83820BE8A086C9D69D60BD614B5906EBDF18A83C393ADB84C4367CE7",
|
|
|
|
|
- "url": "https://git.apason.cz/kunago/scoop-bucket/raw/branch/master/programs/kunago_wireguard/kunago_wireguard-1.1.0.1.7z",
|
|
|
|
|
|
|
+ "hash": "sha512:CA63EB5887233DFD932AA05F4FB5B679F13CFF55B1E7E343D39753600EA1AB7383B27BA8A448A419A9044C20F402028FCCF0E6DA88A91143F90ACC560BCFA382",
|
|
|
|
|
+ "url": "https://git.apason.cz/kunago/scoop-bucket/raw/branch/master/programs/kunago_wireguard/kunago_wireguard-1.1.0.2.7z",
|
|
|
"post_install": [
|
|
"post_install": [
|
|
|
"$task = \"Kunago wireguard autostart\"",
|
|
"$task = \"Kunago wireguard autostart\"",
|
|
|
"Register-ScheduledTask -Xml (Get-Content \"$dir\\data\\task.xml\" | Out-String) -TaskName \"$task\" -Force -ErrorAction SilentlyContinue > $null",
|
|
"Register-ScheduledTask -Xml (Get-Content \"$dir\\data\\task.xml\" | Out-String) -TaskName \"$task\" -Force -ErrorAction SilentlyContinue > $null",
|
|
@@ -23,7 +23,7 @@
|
|
|
[
|
|
[
|
|
|
"python\\python.exe",
|
|
"python\\python.exe",
|
|
|
"Wireguard autostart",
|
|
"Wireguard autostart",
|
|
|
- "kunago_wireguard.py",
|
|
|
|
|
|
|
+ "..\\kunago_wireguard.py",
|
|
|
"data\\wireguard.ico"
|
|
"data\\wireguard.ico"
|
|
|
]
|
|
]
|
|
|
]
|
|
]
|