Skip to content

Commit bfb947d

Browse files
committed
Merge branch 'release/v1.3.1'
2 parents 1a3f276 + 304c75e commit bfb947d

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ci/buildappimage.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ OLD_CWD=$(readlink -f .)
2828
# generate release name
2929
COMMIT=$(git rev-parse --short HEAD)
3030
TAG=$(git describe --tags)
31-
RELEASE_NAME="dxfplotter-$TAG-$COMMIT-x86_64"
31+
RELEASE_NAME="dxfplotter-$TAG-$COMMIT-x86_64-linux"
3232

3333
# switch to build dir
3434
pushd "$BUILD_DIR"

ci/deploywindows.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
# generate release name
77
COMMIT=$(git rev-parse --short HEAD)
88
TAG=$(git describe --tags)
9-
RELEASE_NAME="dxfplotter-$TAG-$COMMIT-x86_64"
9+
RELEASE_NAME="dxfplotter-$TAG-$COMMIT-x86_64-windows"
1010

1111
BUILD_DIR="build"
1212
BINARY_NAME="dxfplotter.exe"

doc/pocket.gif

9.25 KB
Loading

0 commit comments

Comments
 (0)