mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2026-02-16 10:30:44 +00:00
fix sign
This commit is contained in:
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@@ -109,7 +109,7 @@ jobs:
|
||||
run: |
|
||||
rustup default nightly
|
||||
cargo build --release
|
||||
xcopy /y target\x86_64-pc-windows-msvc\release\*.exe setup\bin\
|
||||
xcopy /y ..\target\x86_64-pc-windows-msvc\release\*.exe setup\bin\
|
||||
xcopy /y target\release\*.exe setup\
|
||||
mkdir setup\logs
|
||||
makensis /V1 setup.nsi
|
||||
|
||||
Reference in New Issue
Block a user