tetote: Fix executable name

This commit is contained in:
auxbh
2025-04-23 21:14:29 +02:00
parent ce390ff9e7
commit 96dabc3fd1

View File

@@ -96,7 +96,7 @@
```ini
powershell.exe -ExecutionPolicy Bypass -File "windows-display-orientation-script.ps1" 0 90
game.exe
Vision.exe
powershell.exe -ExecutionPolicy Bypass -File "windows-display-orientation-script.ps1" 0 0
```
@@ -104,7 +104,7 @@
```ini
powershell.exe -ExecutionPolicy Bypass -File "windows-display-orientation-script.ps1" 0 270
game.exe
Vision.exe
powershell.exe -ExecutionPolicy Bypass -File "windows-display-orientation-script.ps1" 0 0
```
@@ -116,7 +116,7 @@
If you've followed all instructions correctly, you're ready to launch the game.
Start the game by running `game.exe`, or `start.bat` if you followed [the automatic monitor rotation part](#monitor-orientation).
Start the game by running `Vision.exe`, or `start.bat` if you followed [the automatic monitor rotation part](#monitor-orientation).
!!! tip ""