update tauri js deps, make pnpm install always run on release build

This commit is contained in:
LukeFZ
2025-09-03 23:01:01 +02:00
parent ac361bd90f
commit c94bc1c225
3 changed files with 28 additions and 28 deletions

View File

@@ -13,7 +13,7 @@
<!-- todo: this needs to be adjusted for multiplatform support -->
<Target Name="BuildTauriFrontend" BeforeTargets="BeforeBuild" Condition="'$(Configuration)' == 'Release'">
<Exec Command="pnpm install" WorkingDirectory="..\Il2CppInspector.Redux.GUI.UI" Condition="!Exists('..\Il2CppInspector.Redux.GUI.UI\node_modules')" />
<Exec Command="pnpm install" WorkingDirectory="..\Il2CppInspector.Redux.GUI.UI" />
<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" />