Skip to content

Commit e7f453b

Browse files
committed
change runtime identifiers
1 parent a3934cf commit e7f453b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

LuaInstaller.Console/LuaInstaller.Console.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Company>luau-project</Company>
1818
<AssemblyVersion>0.5.1.0</AssemblyVersion>
1919
<FileVersion>0.5.1.0</FileVersion>
20-
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
20+
<RuntimeIdentifiers>win-x64;win-x86;win-arm64</RuntimeIdentifiers>
2121
</PropertyGroup>
2222

2323
</Project>

LuaInstaller.Core/LuaInstaller.Core.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<Company>luau-project</Company>
1313
<AssemblyVersion>0.5.1.0</AssemblyVersion>
1414
<FileVersion>0.5.1.0</FileVersion>
15-
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
15+
<RuntimeIdentifiers>win-x64;win-x86;win-arm64</RuntimeIdentifiers>
1616
</PropertyGroup>
1717

1818
<ItemGroup>

LuaInstaller/LuaInstaller.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<Company>luau-project</Company>
1818
<AssemblyVersion>0.5.1.0</AssemblyVersion>
1919
<FileVersion>0.5.1.0</FileVersion>
20-
<RuntimeIdentifiers>win-x64;win-x86</RuntimeIdentifiers>
20+
<RuntimeIdentifiers>win-x64;win-x86;win-arm64</RuntimeIdentifiers>
2121
<ApplicationIcon>Assets\LuaInstaller-256x256.ico</ApplicationIcon>
2222
<PackageProjectUrl>https://github.com/luau-project/LuaInstaller</PackageProjectUrl>
2323
<RepositoryUrl>https://github.com/luau-project/LuaInstaller</RepositoryUrl>

0 commit comments

Comments
 (0)