feat: include desktop files in repo

This commit is contained in:
James Houlahan
2021-01-21 08:43:11 +01:00
committed by Jakub
parent e055acb8eb
commit 5c9e9caa2f
4 changed files with 25 additions and 0 deletions

View File

@ -109,6 +109,7 @@ ${DEPLOY_DIR}/linux: ${EXE_TARGET}
cp -pf ./internal/frontend/share/icons/${SRC_SVG} ${DEPLOY_DIR}/linux/logo.svg
cp -pf ./LICENSE ${DEPLOY_DIR}/linux/
cp -pf ./Changelog.md ${DEPLOY_DIR}/linux/
cp -pf ./dist/${EXE_NAME}.desktop ${DEPLOY_DIR}/linux/
${DEPLOY_DIR}/darwin: ${EXE_TARGET}
if [ "${DIRNAME}" != "${EXE_NAME}" ]; then \