V0.1 发布

This commit is contained in:
Cheney 2025-02-01 18:12:49 +08:00
parent 6892d6ed17
commit f3765a938c
2 changed files with 5 additions and 2 deletions

View File

@ -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
cd view
call npm run tauri build