Compare commits

...

2 Commits

Author SHA1 Message Date
Cheney
f3765a938c V0.1 发布 2025-02-01 18:12:49 +08:00
Cheney
6892d6ed17 进程退出插件测试通过 2025-02-01 10:19:10 +08:00
8 changed files with 10 additions and 5 deletions

View File

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

View File

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

BIN
view/app-icon.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 417 KiB