1
0
mirror of https://github.com/arsenetar/dupeguru.git synced 2026-01-22 14:41:39 +00:00

Update documentation files, add multi-language doc build

- Update links in documentation, and some errors
- Remove non-existent page
- Update build to build all languages with --alldoc flag
- Fix one minor debugging change introduced in package.py
This commit is contained in:
2021-08-28 17:07:18 -05:00
parent 78fb052d77
commit 3da9d5d869
16 changed files with 56 additions and 103 deletions

View File

@@ -226,8 +226,7 @@ def main():
return
print("Packaging dupeGuru with UI qt")
if sys.platform == "win32":
package_debian()
# package_windows()
package_windows()
elif sys.platform == "darwin":
package_macos()
else: