remove unused file
Signed-off-by: fufesou <shuanglongchen@yeah.net>
This commit is contained in:
parent
4f60dc9522
commit
cf676df976
4
build.py
4
build.py
@ -37,7 +37,7 @@ def parse_rc_features(feature):
|
||||
'IddDriver': {
|
||||
'zip_url': 'https://github.com/fufesou/RustDeskIddDriver/releases/download/v0.1/RustDeskIddDriver_x64.zip',
|
||||
'checksum_url': 'https://github.com/fufesou/RustDeskIddDriver/releases/download/v0.1/checksum_md5',
|
||||
'exclude': ['README.md'],
|
||||
'exclude': ['README.md', 'certmgr.exe', 'install_cert_runas_admin.bat'],
|
||||
},
|
||||
'PrivacyMode': {
|
||||
'zip_url': 'https://github.com/fufesou/RustDeskTempTopMostWindow/releases/download/v0.1'
|
||||
@ -386,7 +386,7 @@ def main():
|
||||
os.chdir('libs/virtual_display/dylib')
|
||||
system2('cargo build --release')
|
||||
os.chdir('../../..')
|
||||
|
||||
return
|
||||
if flutter:
|
||||
build_flutter_windows(version, features)
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user