Compare commits

..

No commits in common. "f3765a938cff3db8b479f1123433a472b5a5b0b1" and "e099ff08ba31ab4784a854d57a6c282b19158acf" have entirely different histories.

8 changed files with 5 additions and 10 deletions

View File

@ -7,10 +7,8 @@
## 版本 ## 版本
- 0.1 - 0.1
- 打包为一个文件 打包为一个文件
- 托盘
- sidecar 启动
## API ## API
请求: 请求:

View File

@ -1,10 +1,7 @@
cd sidecar cd backend
call bun build --compile --target=bun-windows-x64 --outfile=PFakeUKey-x86_64-pc-windows-msvc.exe ./src/main.js bun build --compile --target=bun-windows-x64 --outfile=PFakeUKey.exe-x86_64-pc-windows-msvc.exe ./src/main.js
cd .. 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
cd view npm run tauri build
call npm run tauri build

Binary file not shown.

Before

Width:  |  Height:  |  Size: 417 KiB