refactor: rewrite the portable mode (#851)

This commit is contained in:
leo 2024-12-30 15:10:42 +08:00
parent 093176d10b
commit dc649e6142
No known key found for this signature in database
3 changed files with 9 additions and 14 deletions

View file

@ -30,10 +30,6 @@
<DefineConstants>$(DefineConstants);DISABLE_UPDATE_DETECTION</DefineConstants>
</PropertyGroup>
<PropertyGroup Condition="'$(EnablePortable)' == 'true'">
<DefineConstants>$(DefineConstants);ENABLE_PORTABLE</DefineConstants>
</PropertyGroup>
<ItemGroup>
<AvaloniaResource Include="App.ico" />
<AvaloniaResource Include="Resources/Fonts/*" />