summaryrefslogtreecommitdiff
path: root/install/check_lacked_trans.py
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-05-06 18:06:14 -0700
committerGitHub <noreply@github.com>2019-05-06 18:06:14 -0700
commitbbf6c02da645fcd4fc50db18dd341178ad4fa2e6 (patch)
treec1e2757c56f517e051c9f905f8a7a12e1b8d66ae /install/check_lacked_trans.py
parenta8201593ec0bfe7596ef530e80aa30e5172ef71d (diff)
parent9e9c29b189cb91ea495a85ed749730395926e07b (diff)
downloadonionshare-bbf6c02da645fcd4fc50db18dd341178ad4fa2e6.tar.gz
onionshare-bbf6c02da645fcd4fc50db18dd341178ad4fa2e6.zip
Merge pull request #980 from micahflee/developv2.1
Version 2.1
Diffstat (limited to 'install/check_lacked_trans.py')
-rwxr-xr-x[-rw-r--r--]install/check_lacked_trans.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/install/check_lacked_trans.py b/install/check_lacked_trans.py
index 1caa6b27..010cdb7a 100644..100755
--- a/install/check_lacked_trans.py
+++ b/install/check_lacked_trans.py
@@ -56,8 +56,9 @@ def main():
src = files_in(dir, 'onionshare') + \
files_in(dir, 'onionshare_gui') + \
- files_in(dir, 'onionshare_gui/share_mode') + \
- files_in(dir, 'onionshare_gui/receive_mode') + \
+ files_in(dir, 'onionshare_gui/mode') + \
+ files_in(dir, 'onionshare_gui/mode/share_mode') + \
+ files_in(dir, 'onionshare_gui/mode/receive_mode') + \
files_in(dir, 'install/scripts') + \
files_in(dir, 'tests')
pysrc = [p for p in src if p.endswith('.py')]