Skip to content

Commit

Permalink
Merge pull request rustdesk#6462 from fufesou/feat/top_most_window_cloak
Browse files Browse the repository at this point in the history
feat, top most window cloak.
  • Loading branch information
rustdesk authored Nov 19, 2023
2 parents b2bb69f + 4ab0324 commit dce0454
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ def parse_rc_features(feature):
},
'PrivacyMode': {
'platform': ['windows'],
'zip_url': 'https://github.com/fufesou/RustDeskTempTopMostWindow/releases/download/v0.1'
'zip_url': 'https://github.com/fufesou/RustDeskTempTopMostWindow/releases/download/v0.2'
'/TempTopMostWindow_x64_pic_en.zip',
'checksum_url': 'https://github.com/fufesou/RustDeskTempTopMostWindow/releases/download/v0.1/checksum_md5',
'checksum_url': 'https://github.com/fufesou/RustDeskTempTopMostWindow/releases/download/v0.2/checksum_md5',
'include': ['WindowInjection.dll'],
}
}
Expand Down

0 comments on commit dce0454

Please sign in to comment.