Rename scripts to include estudio and update RustDesk download URL

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
uhlwoogi
2026-04-15 10:28:27 +00:00
co-authored by Claude Sonnet 4.6
parent 5dd709e5a2
commit b5c093ad83
3 changed files with 16 additions and 2 deletions
+14
View File
@@ -0,0 +1,14 @@
{
"permissions": {
"allow": [
"Bash(git config:*)",
"Bash(git init:*)",
"Bash(git remote:*)",
"Bash(git add:*)",
"Bash(git commit -m ':*)",
"Bash(git branch:*)",
"Bash(git push:*)",
"Bash(git pull:*)"
]
}
}
@@ -16,7 +16,7 @@ $apilink = $downloadlink.split('/')
# ── RustDesk / ScoutIT Remote Support config ──────────────────────────────────
$rustdeskMsi = 'estudio-scoutit-remotesupport.msi'
$rustdeskDl = 'https://files.scoutitsystems.com/public/api/raw?hash=VOG5D5aP2ih-2KAaDT0h4Q'
$rustdeskDl = 'https://scoutit.help/estudio-rust'
$rustdeskInstallDir = 'C:\Program Files\ScoutIT-RemoteSupport'
$rustdeskService = 'ScoutIT-RemoteSupport'
@@ -3,7 +3,7 @@ $ErrorActionPreference = 'SilentlyContinue'
# ── Config ────────────────────────────────────────────────────────────────────
$rustdeskMsi = 'estudio-scoutit-remotesupport.msi'
$rustdeskDl = 'https://files.scoutitsystems.com/public/api/raw?hash=VOG5D5aP2ih-2KAaDT0h4Q'
$rustdeskDl = 'https://scoutit.help/estudio-rust'
$rustdeskInstallDir = 'C:\Program Files\ScoutIT-RemoteSupport'
$rustdeskService = 'ScoutIT-RemoteSupport'