doc.rustdesk.com/content/self-host/client-deployment
Robbe Van der Gucht 34ccd57769
Don't create 'null' files on Windows
Suppressing emitted STDOUT from cmdlets is done with by piping to `Out-Null` instead of redirecting to `null`. That last option will create a new file on Windows.

```
# Don't do 
mkdir test > null

# Do 
mkdir test | Out-Null
```
2025-02-14 23:34:15 +01:00
..
_index.de.md Update _index.de.md 2024-05-24 21:04:21 +02:00
_index.en.md Don't create 'null' files on Windows 2025-02-14 23:34:15 +01:00
_index.pt.md Create _index.pt.md 2024-08-26 08:11:10 -03:00
_index.tr.md Powershell script will now be able to automatically get the latest version from github 2024-01-19 15:17:24 +01:00