only build tauri component in c# release builds
This commit is contained in:
@@ -17,7 +17,7 @@
|
||||
</ItemGroup>
|
||||
|
||||
<!-- todo: this needs to be adjusted for multiplatform support -->
|
||||
<Target Name="BuildTauriFrontend" BeforeTargets="BeforeBuild">
|
||||
<Target Name="BuildTauriFrontend" BeforeTargets="BeforeBuild" Condition="'$(Configuration)' == 'Release'">
|
||||
<Exec Command="pnpm tauri build --no-bundle" WorkingDirectory="..\Il2CppInspector.Redux.GUI.UI" />
|
||||
<ItemGroup>
|
||||
<EmbeddedResource Include="..\Il2CppInspector.Redux.GUI.UI\src-tauri\target\release\il2cppinspectorredux.exe" />
|
||||
|
||||
Reference in New Issue
Block a user