mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-28 17:48:39 +00:00
Fix key signing path.
This commit is contained in:
parent
c9c6126df8
commit
31a0096879
@ -229,7 +229,9 @@ cache:
|
|||||||
- directories:
|
- directories:
|
||||||
- "$HOME/.sonar/cache"
|
- "$HOME/.sonar/cache"
|
||||||
before_deploy:
|
before_deploy:
|
||||||
|
- "gpg --allow-secret-key-import appimage/secret.gpg"
|
||||||
- "./appimage/build.sh"
|
- "./appimage/build.sh"
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
file_glob: true
|
file_glob: true
|
||||||
|
@ -41,9 +41,6 @@ wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/lin
|
|||||||
# make them executable
|
# make them executable
|
||||||
chmod +x linuxdeploy-x86_64.AppImage
|
chmod +x linuxdeploy-x86_64.AppImage
|
||||||
|
|
||||||
# import signing key
|
|
||||||
gpg --allow-secret-key-import secret.gpg
|
|
||||||
|
|
||||||
./linuxdeploy-x86_64.AppImage \
|
./linuxdeploy-x86_64.AppImage \
|
||||||
--appdir AppDir \
|
--appdir AppDir \
|
||||||
-e AppDir/usr/bin/conky \
|
-e AppDir/usr/bin/conky \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user