Skip to content

Commit

Permalink
Version AppImage file name.
Browse files Browse the repository at this point in the history
  • Loading branch information
t-paul committed Feb 10, 2022
1 parent 86cff4e commit bcfcc37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Expand Up @@ -87,9 +87,8 @@ jobs:
cd ..
export PATH=/appimage/usr/bin:"$PATH"
export EXTRA_QT_PLUGINS=svg
VERSION="$OPENSCAD_VERSION" linuxdeploy --plugin qt --output appimage --appdir AppDir
VERSION="${OPENSCAD_VERSION}${SUFFIX}" linuxdeploy --plugin qt --output appimage --appdir AppDir
mkdir -p /tmp/out
for f in OpenSCAD-*.AppImage; do N=$(basename "$f" | sed -e "s/OpenSCAD-\\(.*\\)/OpenSCAD-${OPENSCAD_VERSION}-${SUFFIX}\\1/;"); cp -iv "$f" /tmp/out/"$N"; done
if [ -n "${CODE_SIGNING_KEY}" ]; then
cd /tmp/out
echo $CODE_SIGNING_DATA | base64 -d | gzip -d | gpg --import --allow-secret-key-import --pinentry-mode loopback --passphrase-file <(echo $CODE_SIGNING_PW)
Expand Down

0 comments on commit bcfcc37

Please sign in to comment.