diff --git a/.github/workflows/vsix.yml b/.github/workflows/vsix.yml index 5515c356e..e9051a445 100644 --- a/.github/workflows/vsix.yml +++ b/.github/workflows/vsix.yml @@ -67,7 +67,7 @@ jobs: mkdir vsix 7z x src/GUI/lib/efreveng90.exe.zip -oefreveng90 -y dir /a:-d /s /b "efreveng90" | find /c ":\" > filecount.txt - findstr "146" filecount.txt + findstr "144" filecount.txt - name: Setup MSBuild.exe uses: microsoft/setup-msbuild@v2 diff --git a/src/Core/efreveng90/BuildCmdlineTool.cmd b/src/Core/efreveng90/BuildCmdlineTool.cmd index e0fcca139..bd22ec90c 100644 --- a/src/Core/efreveng90/BuildCmdlineTool.cmd +++ b/src/Core/efreveng90/BuildCmdlineTool.cmd @@ -16,6 +16,7 @@ rd bin\Release\net8.0\x64\publish\runtimes\android-arm /Q /S rd bin\Release\net8.0\x64\publish\runtimes\android-arm64 /Q /S rd bin\Release\net8.0\x64\publish\runtimes\android-x64 /Q /S rd bin\Release\net8.0\x64\publish\runtimes\android-x86 /Q /S +rd bin\Release\net8.0\x64\publish\runtimes\browser /Q /S rd bin\Release\net8.0\x64\publish\runtimes\browser-wasm /Q /S rd bin\Release\net8.0\x64\publish\runtimes\linux /Q /S rd bin\Release\net8.0\x64\publish\runtimes\linux-arm /Q /S