Compare commits
2 Commits
e099ff08ba
...
f3765a938c
Author | SHA1 | Date | |
---|---|---|---|
|
f3765a938c | ||
|
6892d6ed17 |
@ -7,8 +7,10 @@
|
|||||||
|
|
||||||
## 版本
|
## 版本
|
||||||
- 0.1
|
- 0.1
|
||||||
打包为一个文件
|
- 打包为一个文件
|
||||||
|
- 托盘
|
||||||
|
- sidecar 启动
|
||||||
|
|
||||||
|
|
||||||
## API
|
## API
|
||||||
请求:
|
请求:
|
||||||
|
@ -1,7 +1,10 @@
|
|||||||
cd backend
|
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 ..
|
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
BIN
view/app-icon.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 417 KiB |
BIN
view/src-tauri/sidecar/PFakeUKey-x86_64-pc-windows-msvc.exe
Normal file
BIN
view/src-tauri/sidecar/PFakeUKey-x86_64-pc-windows-msvc.exe
Normal file
Binary file not shown.
Loading…
Reference in New Issue
Block a user