projects
/
citadel
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
71f06c1
)
appimage filename now uses ../release_version.txt instead of the timestamp
author
Art Cancro
<ajc@citadel.org>
Mon, 14 Jun 2021 22:41:54 +0000
(18:41 -0400)
committer
Art Cancro
<ajc@citadel.org>
Mon, 14 Jun 2021 22:41:54 +0000
(18:41 -0400)
appimage/build_appimage.sh
patch
|
blob
|
history
diff --git
a/appimage/build_appimage.sh
b/appimage/build_appimage.sh
index 8680bd711541cfa0036d0784395a4a90774dc330..665d8dd381fa40e68a83c328e4fcafac79df43cf 100755
(executable)
--- a/
appimage/build_appimage.sh
+++ b/
appimage/build_appimage.sh
@@
-92,7
+92,7
@@
rm -fr $CITADEL_BUILD_DIR $WEBCIT_BUILD_DIR
cc ctdlvisor.c -o citadel.AppDir/usr/bin/ctdlvisor || exit 21
CPU=`uname -m`
-basefilename=citadel-`
date +%s
`
+basefilename=citadel-`
cat ../release_version.txt
`
if [ $CPU == x86_64 ] ; then
export ARCH=x86_64
elif [ $CPU == armv7l ] ; then