mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Fix incorrect script references.
Signed-off-by: Michael Keller <mikeller@042.ch>
This commit is contained in:
parent
0d6b572a9f
commit
dd50ab0106
2 changed files with 1 additions and 2 deletions
|
@ -123,7 +123,6 @@ jobs:
|
|||
./linuxdeployqt*.AppImage --appimage-extract-and-run ./appdir/usr/share/applications/*.desktop -exclude-libs=libdbus-1.so.3 -bundle-non-qt-libs -qmldir=./subsurface/stats -qmldir=./subsurface/map-widget/ -verbose=2
|
||||
|
||||
# create the AppImage
|
||||
export VERSION=$(cd subsurface/scripts ; ./get-version) # linuxdeployqt uses this for naming the file
|
||||
./linuxdeployqt*.AppImage --appimage-extract-and-run ./appdir/usr/share/applications/*.desktop -exclude-libs=libdbus-1.so.3 -appimage -qmldir=./subsurface/stats -qmldir=./subsurface/map-widget/ -verbose=2
|
||||
|
||||
# copy AppImage to the calling VM
|
||||
|
|
|
@ -25,4 +25,4 @@ bash subsurface/scripts/get-or-create-build-nr.sh "$1"
|
|||
echo "build number after get-or-create is $(<nightly-builds/latest-subsurface-buildnumber)"
|
||||
cp nightly-builds/latest-subsurface-buildnumber subsurface/
|
||||
[[ -n $3 ]] && echo "$3" > subsurface/latest-subsurface-buildnumber-extension
|
||||
bash subsurface/scripts/get-version > subsurface/release-version
|
||||
bash subsurface/scripts/get-version.sh > subsurface/release-version
|
||||
|
|
Loading…
Add table
Reference in a new issue