1
0
mirror of https://github.com/QRouland/UTPass.git synced 2026-01-10 19:36:57 +00:00

Some ui improvements

This commit is contained in:
2025-01-28 10:17:57 +01:00
parent 7a2b12419d
commit 630d707190
13 changed files with 133 additions and 67 deletions

View File

@@ -6,7 +6,7 @@ scripts:
style: >-
echo 'Running Astyle :' && astyle --options=.astylerc --recursive '*.cpp,*.h' --exclude=build && echo 'Running QmlFormat' && find . -name "*.qml" -exec qmlformat -i {} \; && echo 'Success'
skip_review: true
dependencies_target:
@@ -14,7 +14,10 @@ dependencies_target:
- libgpgme-dev
- libgit2-dev
- libquazip5-dev
- gpg-agent
- gpgconf
- gpg
- fakechroot:all
install_lib:
- "libgpg-error.so.0.28.0"
@@ -31,4 +34,6 @@ install_lib:
- "libssh2.so*"
install_bin:
- "fakechroot"
- "gpg-agent"
- "gpg"