From 6b6b4ddba950d368eac7446538633dad9a6f2167 Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Wed, 5 Jul 2023 17:02:15 +0200 Subject: [PATCH] Fixed lint issues --- tools/build/AppImage/build-with-conda.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/build/AppImage/build-with-conda.sh b/tools/build/AppImage/build-with-conda.sh index 1d3fd352ee..42ad4503b1 100755 --- a/tools/build/AppImage/build-with-conda.sh +++ b/tools/build/AppImage/build-with-conda.sh @@ -33,10 +33,10 @@ # -# To use this scriipt, you will need: +# To use this script, you will need: # # 1) Mambaforge from https://github.com/conda-forge/miniforge#mambaforge -# if you choose to not install the conda environment when installing Mambaforge, +# if you choose to not install the conda environment when installing Mambaforge, # you will need to do it before running this script, by running the following # in your terminal. This will make the "conda" and "mamba" commands available: # eval "$(/home/yorik/Mambaforge/bin/conda shell.zsh hook)" @@ -200,7 +200,7 @@ find . -name "*.cmake" -type f -delete echo "\nCreating the appimage" chmod a+x ./AppDir/AppRun appimagetool-${arch}.AppImage --sign-key ${gpg_key} AppDir ${package_name}.AppImage - + echo "\nCreating hash" shasum -a 256 ${package_name}.AppImage > ${package_name}.AppImage-SHA256.txt