scito
7557ae125a
build(deps): update deps and fix toc
2025-02-22 09:12:30 +01:00
scito
396071f15a
set Docker base image to Python 3.13; fix README
2024-10-25 21:25:22 +02:00
scito
419f65fdea
improve pyzbar missing warning; bump libs
2023-03-05 11:53:52 +01:00
scito
9e334748ac
move Dockerfiles to docker/; update README
2023-02-18 17:03:18 +01:00
scito
eb8ea3330f
release: improve macos docs after macos tests
...
- build macos dmg
- however, do not upload macos dmg to assets as it cannot be
executed since the app and installer are not signed and notarized
- upload artifacts
- tested executable on macOS
2023-02-12 19:00:29 +01:00
scito
ca23497c9a
docu clean ups
2023-02-06 20:42:54 +01:00
scito
cff5fe1cda
ci_release: ignore response and remove silent mode
2023-01-24 23:18:28 +01:00
scito
6a7a7233a4
build and upload executables created by PyInstaller
...
- create release on tag push
- build executables by PyInstaller:
- extract_otp_secrets_linux_x86_64 (glibc 2.28)
- extract_otp_secrets_win_x86_64.exe
- extract_otp_secrets_macos_x86_64 (untested)
- add --version
- build linux executable in docker container
- update README
- add TOC
- improve badges
- add PyInstaller section
- docker
- build BASE_IMAGE as ARG
- copy only required files to image
- add .alias
- build.sh
- fix clean
- fix generate results
- generate TOC
2023-01-24 21:19:38 +01:00
scito
2ed923591e
use only cv2_draw_box, move core functions to top
...
- improve camera test
- add more tests
- improve README
- add "How to export otp secrets from Google Authenticator app"
- reorder: put usage before installation
- add "Full local build"
2023-01-04 23:12:38 +01:00