Other: debug mac CI

This commit is contained in:
Jakub
2022-04-06 11:22:32 +02:00
committed by Jakub Cuth
parent de586e5f12
commit c94d839fbb
3 changed files with 1 additions and 3 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 -czvf ../../../../$@ .
${DEPLOY_DIR}/linux: ${EXE_TARGET}
cp -pf ./internal/frontend/share/${SRC_SVG} ${DEPLOY_DIR}/linux/logo.svg