Skip to content

Commit

Permalink
add todo
Browse files Browse the repository at this point in the history
  • Loading branch information
seanbudd committed Feb 13, 2024
1 parent 69bdcf5 commit f6a953b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appx/sconscript
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ signExec=env['signExec'] if env['certFile'] else None
# Files from NVDA's distribution that cannot be included in the appx due to policy or security restrictions
excludedDistFiles=[
'nvda_eoaProxy.exe',
'nvda_service.exe',
# TODO should this be excluded?
# 'nvda_dmp.exe',
'nvda_slave.exe',
'nvda_noUIAccess.exe',
'lib/IAccessible2Proxy.dll',
Expand Down Expand Up @@ -107,4 +108,3 @@ if signExec and not isStoreSubmission:
env.AddPostAction(appx,signExec)

Return(['appx'])

0 comments on commit f6a953b

Please sign in to comment.