We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fed28c4 commit 1291ce0Copy full SHA for 1291ce0
build.sh
@@ -38,6 +38,7 @@ Priority: optional
38
Architecture: amd64
39
Maintainer: Assaf Morami <assaf.morami@gmail.com>
40
Homepage: https://github.com/assafmo/SQLiteQueryServer
41
+Installed-Size: $(ls -l --block-size=KB ./deb/bin/SQLiteQueryServer | awk '{print $5}' | tr -d 'kB')
42
Description: Bulk query SQLite database over the network.
43
EOF
44
0 commit comments