Skip to content

Commit 1291ce0

Browse files
committed
fix Installed-Size
1 parent fed28c4 commit 1291ce0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ Priority: optional
3838
Architecture: amd64
3939
Maintainer: Assaf Morami <assaf.morami@gmail.com>
4040
Homepage: https://github.com/assafmo/SQLiteQueryServer
41+
Installed-Size: $(ls -l --block-size=KB ./deb/bin/SQLiteQueryServer | awk '{print $5}' | tr -d 'kB')
4142
Description: Bulk query SQLite database over the network.
4243
EOF
4344

0 commit comments

Comments
 (0)