Skip to content

Commit 7464473

Browse files
authored
Add locale
1 parent 683037e commit 7464473

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

VRCFTPicoModule/VRCFTPicoModule.csproj

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<LangVersion>preview</LangVersion>
55
<ImplicitUsings>enable</ImplicitUsings>
66
<Nullable>enable</Nullable>
7-
<AssemblyVersion>0.1.11</AssemblyVersion>
7+
<AssemblyVersion>0.1.10.4</AssemblyVersion>
88
<FileVersion>$(AssemblyVersion)</FileVersion>
99
<Version>$(AssemblyVersion)</Version>
1010
</PropertyGroup>
@@ -26,6 +26,12 @@
2626
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
2727
</EmbeddedResource>
2828
</ItemGroup>
29+
<ItemGroup>
30+
<None Remove="Assets\Locales\ja-JP.json" />
31+
<EmbeddedResource Include="Assets\Locales\ja-JP.json">
32+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
33+
</EmbeddedResource>
34+
</ItemGroup>
2935
<Target Name="PostBuild" AfterTargets="Build" Condition="'$(ContinuousIntegrationBuild)' != 'true'">
3036
<Copy SourceFiles="$(TargetPath)" DestinationFiles="$(APPDATA)\VRCFaceTracking\CustomLibs\$(TargetFileName)" OverwriteReadOnlyFiles="True" SkipUnchangedFiles="True" />
3137
</Target>

0 commit comments

Comments
 (0)