mirror of
https://github.com/rustdesk/rustdesk-server.git
synced 2025-08-16 16:35:52 +00:00
fix sign
This commit is contained in:
parent
75203d2e4e
commit
467298efa7
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
|
||||
|
Loading…
x
Reference in New Issue
Block a user