This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <# rustdesk-build-it — cleaner rebuild with functions, strict PS syntax, ASCII only #> | |
| <# | |
| Original from: https://github.com/it-an-der-bar/YouTube/blob/main/Eigener%20Server/Rust-Desk/Client/build-it.ps1 | |
| Modified by: der-berni | |
| Tested with Version: 1.4.6 | |
| #> | |
| param( | |
| [Parameter(Mandatory=$false)][string]$AppName, | |
| [alias("Server")][Parameter(Mandatory=$false)][string]$RendezvousServer, | |
| [alias("PublicKey", "Key")][Parameter(Mandatory=$false)][string]$RsPubKey, |