fix build name
authorArt Cancro <ajc@citadel.org>
Wed, 24 Feb 2021 18:22:23 +0000 (13:22 -0500)
committerArt Cancro <ajc@citadel.org>
Wed, 24 Feb 2021 18:22:23 +0000 (13:22 -0500)
appimage/build_appimage.sh

index 87a2111f4cfb6d53d629a1e67ae1be39e3b47dde..2c642ea21037d6e8d524257ec3845ccec9f77bd7 100755 (executable)
@@ -64,5 +64,5 @@ basefilename=citadel-`date +%s`
 if [ $cpu == x86_64 ] ; then
        ARCH=x86_64 appimagetool citadel.AppDir/ ${basefilename}-x64.appimage
 else
-       ARCH=ARM appimagetool ${basefilename}.AppDir/ ${basefilename}-arm32.appimage
+       ARCH=ARM appimagetool citadel.AppDir/ ${basefilename}-arm32.appimage
 fi