Skip to content

Commit bb4876f

Browse files
committed
Fix compiler encoding to Utf-8. Closes #9
1 parent 01fdd92 commit bb4876f

File tree

3 files changed

+17
-0
lines changed

3 files changed

+17
-0
lines changed

FastCopyShellExtension/FastCopyShellExtension.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,7 @@
130130
<PrecompiledHeaderFile>
131131
</PrecompiledHeaderFile>
132132
<LanguageStandard>stdcpp20</LanguageStandard>
133+
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
133134
</ClCompile>
134135
<Link>
135136
<SubSystem>Windows</SubSystem>
@@ -157,6 +158,7 @@
157158
<PrecompiledHeaderFile>
158159
</PrecompiledHeaderFile>
159160
<LanguageStandard>stdcpp20</LanguageStandard>
161+
<AdditionalOptions>/utf-8 %(AdditionalOptions)</AdditionalOptions>
160162
</ClCompile>
161163
<Link>
162164
<SubSystem>Windows</SubSystem>

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ A GUI wrapper for Windows' built-in `robocopy` ~~and `xcopy`~~.
6161
![](Screenshots/install-cert.png)
6262
4. Then click `Next` and finally `Finish` to install the certificate.
6363
5. Now you can double-click the `msix` to install the app.
64+
6*. **In rare situations, you might need to restart `explorer.exe` to see `FastCopy` in the right-click context menu**
6465

6566
## Usage
6667
1. Using file explorer, select some files/folders, as many as you want >> right click >> move to **FastCopy** >> select **Copy** or **Move**

vcpkg.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
3+
"dependencies": [
4+
{
5+
"name": "spdlog",
6+
"platform": "x64"
7+
},
8+
{
9+
"name": "abseil",
10+
"platform": "x64"
11+
}
12+
],
13+
"builtin-baseline": "3426db05b996481ca31e95fff3734cf23e0f51bc"
14+
}

0 commit comments

Comments
 (0)