diff --git a/build.cmd b/build.cmd index e0ea351..4704d3e 100644 --- a/build.cmd +++ b/build.cmd @@ -1,7 +1,10 @@ cd sidecar -bun build --compile --target=bun-windows-x64 --outfile=PFakeUKey.exe-x86_64-pc-windows-msvc.exe ./src/main.js +call bun build --compile --target=bun-windows-x64 --outfile=PFakeUKey-x86_64-pc-windows-msvc.exe ./src/main.js cd .. +copy /Y .\sidecar\PFakeUKey-x86_64-pc-windows-msvc.exe .\view\src-tauri\sidecar\PFakeUKey-x86_64-pc-windows-msvc.exe +copy /Y .\sidecar\PFakeUKey-x86_64-pc-windows-msvc.exe .\view\src-tauri\sidecar\PFakeUKey -npm run tauri build \ No newline at end of file +cd view +call npm run tauri build \ No newline at end of file diff --git a/view/src-tauri/sidecar/PFakeUKey-x86_64-pc-windows-msvc.exe b/view/src-tauri/sidecar/PFakeUKey-x86_64-pc-windows-msvc.exe new file mode 100644 index 0000000..142e200 Binary files /dev/null and b/view/src-tauri/sidecar/PFakeUKey-x86_64-pc-windows-msvc.exe differ