|
@@ -1,13 +1,10 @@
|
|
|
{
|
|
{
|
|
|
- "version": "1.1.0.0",
|
|
|
|
|
|
|
+ "version": "1.1.0.1",
|
|
|
"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:C1FA344EBDC05A1032B1F880CE523B84ECDD510E906B48FDD1BC3896CC52A925DFF62763BEE30B0C40D5E1DF62C5128154ED95B1ED9FC296AE17D12929A339AB",
|
|
|
|
|
- "url": "https://git.apason.cz/kunago/scoop-bucket/raw/branch/master/programs/kunago_wireguard/kunago_wireguard-1.1.0.0.7z",
|
|
|
|
|
- "bin": [
|
|
|
|
|
- "kunago_wireguard.exe"
|
|
|
|
|
- ],
|
|
|
|
|
|
|
+ "hash": "sha512:23480134A46E89DC3CB275776FD34B63C1BEBD0290718422DE554FDE995F1F59D247EF1E83820BE8A086C9D69D60BD614B5906EBDF18A83C393ADB84C4367CE7",
|
|
|
|
|
+ "url": "https://git.apason.cz/kunago/scoop-bucket/raw/branch/master/programs/kunago_wireguard/kunago_wireguard-1.1.0.1.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",
|
|
@@ -24,8 +21,10 @@
|
|
|
],
|
|
],
|
|
|
"shortcuts": [
|
|
"shortcuts": [
|
|
|
[
|
|
[
|
|
|
- "kunago_wireguard.exe",
|
|
|
|
|
- "Wireguard autostart"
|
|
|
|
|
|
|
+ "python\\python.exe",
|
|
|
|
|
+ "Wireguard autostart",
|
|
|
|
|
+ "kunago_wireguard.py",
|
|
|
|
|
+ "data\\wireguard.ico"
|
|
|
]
|
|
]
|
|
|
]
|
|
]
|
|
|
}
|
|
}
|