mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
FIX: Linux snapshot file name
This commit is contained in:
parent
ce6f5b42e0
commit
db2d2e7da6
1 changed files with 1 additions and 1 deletions
2
.github/scripts/create_snapshot.lnx
vendored
2
.github/scripts/create_snapshot.lnx
vendored
|
|
@ -42,7 +42,7 @@ build_doublecmd()
|
|||
pushd $BUILD_PACK_DIR
|
||||
# Set run-time library search path
|
||||
patchelf --set-rpath '$ORIGIN' doublecmd/doublecmd
|
||||
tar -cJf $PACK_DIR/doublecmd-$DC_VER.$lcl.$CPU_TARGET.tar.xz doublecmd
|
||||
tar -cJf $PACK_DIR/doublecmd-$DC_VER-$DC_REVISION.$lcl.$CPU_TARGET.tar.xz doublecmd
|
||||
popd
|
||||
|
||||
# Clean DC build dir
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue