GODT-1527: Change bug report description.

This commit is contained in:
Jakub
2022-03-31 10:54:14 +02:00
committed by Jakub Cuth
parent c32a106898
commit de586e5f12
5 changed files with 5 additions and 13 deletions

View File

@ -85,7 +85,7 @@ hasher:
${TGZ_TARGET}: ${DEPLOY_DIR}/${TARGET_OS}
rm -f $@
cd ${DEPLOY_DIR}/${TARGET_OS} && tar czf ../../../../$@ .
cd ${DEPLOY_DIR}/${TARGET_OS} && tar -czf ../../../../$@ .
${DEPLOY_DIR}/linux: ${EXE_TARGET}
cp -pf ./internal/frontend/share/${SRC_SVG} ${DEPLOY_DIR}/linux/logo.svg