mirror of
https://git.743378673.xyz/MeloNX/MeloNX.git
synced 2025-08-03 01:27:11 +02:00
Avalonia seems to not like when the artifact doesns't match the root namespace... Address that by moving the binary to "Ryujinx" like we do on macOS build.
This commit is contained in:
parent
cbaa845f5d
commit
b9f2a96595
3 changed files with 9 additions and 2 deletions
|
@ -4,7 +4,6 @@
|
|||
<RuntimeIdentifiers>win10-x64;osx-x64;linux-x64</RuntimeIdentifiers>
|
||||
<OutputType>Exe</OutputType>
|
||||
<AllowUnsafeBlocks>true</AllowUnsafeBlocks>
|
||||
<AssemblyName>Ryujinx</AssemblyName>
|
||||
<Version>1.0.0-dirty</Version>
|
||||
<DefineConstants Condition=" '$(ExtraDefineConstants)' != '' ">$(DefineConstants);$(ExtraDefineConstants)</DefineConstants>
|
||||
<RootNamespace>Ryujinx.Ava</RootNamespace>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue