Skip to content

Commit

Permalink
Fixed build-deb.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
gornostal committed May 5, 2019
1 parent b313431 commit 5372cb0
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions scripts/build-deb.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ build-deb () {

set -ex

root_dir=$(pwd)
./ul build-preferences

name="ulauncher"
Expand Down Expand Up @@ -81,8 +82,8 @@ build-deb () {
echo "GPG key is already imported"
else
echo "Importing GPG key"
gpg --import scripts/launchpad-public.key
gpg --import scripts/launchpad-secret.key
gpg --import $root_dir/scripts/launchpad-public.key
gpg --import $root_dir/scripts/launchpad-secret.key
fi

# build and upload
Expand Down

0 comments on commit 5372cb0

Please sign in to comment.