mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-09-22 00:20:47 +02:00
🎨 Support one-click addition of Microsoft Defender exclusions https://github.com/siyuan-note/siyuan/issues/13650
This commit is contained in:
parent
3d7baaba5f
commit
8ad7d6aae2
5 changed files with 8 additions and 7 deletions
|
@ -47,6 +47,10 @@ cd ..
|
|||
|
||||
echo 'Building Electron App amd64'
|
||||
cd app
|
||||
|
||||
copy "elevator\elevator-amd64.exe" "kernel\elevator.exe"
|
||||
copy "elevator\elevator-arm64.exe" "kernel-arm64\elevator.exe"
|
||||
|
||||
call pnpm run dist
|
||||
if errorlevel 1 (
|
||||
exit /b %errorlevel%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue