File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed
Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 6969
7070make preinstall -j" $procs "
7171
72+ git_version=" $( cd " $REPO_ROOT " && git describe --tags) "
73+
7274# this is the name of the directory we will "install" to, as well as the created zip file's name
73- DESTDIR=blue-nebula-" $( git describe --tags ) " -macos-" $ARCH "
75+ DESTDIR=blue-nebula-" $git_version " -macos-" $ARCH "
7476
7577# install everything into a temporary FHS-style tree which we will later zip manually after having collected the deps
7678make install DESTDIR=" $DESTDIR " & > install.log
Original file line number Diff line number Diff line change @@ -50,10 +50,12 @@ wget https://github.com/linuxdeploy/linuxdeploy/releases/download/continuous/lin
5050
5151chmod +x linuxdeploy* .AppImage
5252
53+ git_version=" $( cd " $REPO_ROOT " && git describe --tags) "
54+
5355# configure AppImageUpdate
5456export UPD_INFO=" gh-releases-zsync|blue-nebula|release|continuous|Blue_Nebula-*$ARCH .AppImage.zsync"
55- VERSION=$( git describe --tags )
56- export VERSION
57+ export VERSION=" $git_version "
58+
5759./linuxdeploy-" $ARCH " .AppImage --appdir AppDir --output appimage
5860
5961mv Blue_Nebula* .AppImage* " $OLD_CWD "
You can’t perform that action at this time.
0 commit comments