Skip to content

Commit 4961914

Browse files
author
Michael Zappe
committed
Added cursive to .exe
1 parent 79b93f4 commit 4961914

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/remote-rendering/quickstarts/deploy-to-desktop.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Only flat desktop apps are currently supported on desktop so VR support has to b
5353
1. Set *Target Platform* to **Windows**.\
5454
![A screenshot showing the Build Menu, highlighting the chosen platform of 'PC, Mac & Linux Standalone', and the setting 'Target Platform' being 'Windows' in Unity 2021 and later.](./media/unity-2021-build-settings-pc-standalone.png)
5555
1. Select **Switch Platform**.
56-
1. When pressing **Build** (or 'Build And Run'), you're asked to select some folder where the exe should be stored.
56+
1. When pressing **Build** (or 'Build And Run'), you're asked to select some folder where the *.exe* should be stored.
5757

5858
# [UWP](#tab/UnityUWP)
5959

@@ -69,7 +69,7 @@ Only flat desktop apps are currently supported on desktop so VR support has to b
6969

7070
# [Standalone](#tab/UnityStandalone)
7171

72-
Building in standalone mode does not produce a Visual Studio solution, but instead a simple .exe file. So no additional building is necessary here.
72+
Building in standalone mode does not produce a Visual Studio solution, but instead a simple *.exe* file. So no additional building is necessary here.
7373

7474
# [UWP](#tab/UnityUWP)
7575

@@ -85,7 +85,7 @@ Building in standalone mode does not produce a Visual Studio solution, but inste
8585

8686
# [Standalone](#tab/UnityStandalone)
8787

88-
Simply run the .exe file which was produced in the build step.
88+
Simply run the *.exe* file which was produced in the build step.
8989

9090
# [UWP](#tab/UnityUWP)
9191

0 commit comments

Comments
 (0)