Skip to content

Commit d42945f

Browse files
committed
Avoid hardcoding locale when linking to Microsoft
1 parent a4b0d7b commit d42945f

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

install/windows/_traditional.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Because it is installing the files into the Visual Studio image, the files will
5353

5454
> **NOTE:** This is only required for versions older than 5.9.0.
5555
56-
If Visual Studio is updated, you may have to repair the installation. See Microsoft’s [instructions](https://support.microsoft.com/en-us/windows/repair-apps-and-programs-in-windows-10-e90eefe4-d0a2-7c1b-dd59-949a9030f317) for repairing installed programs.
56+
If Visual Studio is updated, you may have to repair the installation. See Microsoft’s [instructions](https://support.microsoft.com/windows/repair-apps-and-programs-in-windows-10-e90eefe4-d0a2-7c1b-dd59-949a9030f317) for repairing installed programs.
5757

5858
### Code Signing on Windows
5959

install/windows/_winget.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Install via Windows Package Manager
22

3-
[Windows Package Manager](https://docs.microsoft.com/windows/package-manager/) (aka. WinGet) comes pre-installed with Windows 11 (21H2 and later). It can also be found in the [Microsoft Store](https://www.microsoft.com/en-us/p/app-installer/9nblggh4nns1) or be [installed directly](ms-appinstaller:?source=https://aka.ms/getwinget).
3+
[Windows Package Manager](https://docs.microsoft.com/windows/package-manager/) (aka. WinGet) comes pre-installed with Windows 11 (21H2 and later). It can also be found in the [Microsoft Store](https://www.microsoft.com/p/app-installer/9nblggh4nns1) or be [installed directly](ms-appinstaller:?source=https://aka.ms/getwinget).
44

55
0. Install required dependencies:
66

install/windows/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Swift on Windows has the following additional platform specific dependencies:
2121

2222
## Developer Mode
2323

24-
In order to develop applications, particularly with the Swift Package Manager, you will need to enable developer mode. Please see Microsoft’s [documentation](https://docs.microsoft.com/en-us/windows/apps/get-started/enable-your-device-for-development) for instructions about how to enable developer mode.
24+
In order to develop applications, particularly with the Swift Package Manager, you will need to enable developer mode. Please see Microsoft’s [documentation](https://docs.microsoft.com/windows/apps/get-started/enable-your-device-for-development) for instructions about how to enable developer mode.
2525

2626
{% include_relative _winget.md %}
2727
{% include_relative _scoop.md %}

0 commit comments

Comments
 (0)