Revert "refact: privacy mdoe 1, multi-monitors (#15318)" (#15320)

This reverts commit 3cdf1cce54.
This commit is contained in:
RustDesk
2026-06-17 21:46:40 +08:00
committed by GitHub
parent 3cdf1cce54
commit 6665242edf
8 changed files with 79 additions and 405 deletions

View File

@@ -45,10 +45,10 @@ jobs:
run: |
git clone https://github.com/rustdesk-org/RustDeskTempTopMostWindow RustDeskTempTopMostWindow
# Build. commit 3b79772afb754a5a1111804864616c2e81513de8, support multiple monitors
# Build. commit 53b548a5398624f7149a382000397993542ad796 is tag v0.3
- name: Build the project
run: |
cd RustDeskTempTopMostWindow && git checkout 3b79772afb754a5a1111804864616c2e81513de8
cd RustDeskTempTopMostWindow && git checkout 53b548a5398624f7149a382000397993542ad796
msbuild ${{ env.project_path }} -p:Configuration=${{ inputs.configuration }} -p:Platform=${{ inputs.platform }} /p:TargetVersion=${{ inputs.target_version }}
- name: Archive build artifacts