diff --git a/.github/releasers/releaser_gui_macos.sh b/.github/releasers/releaser_gui_macos.sh index 2f9213b57..894c3d8fa 100644 --- a/.github/releasers/releaser_gui_macos.sh +++ b/.github/releasers/releaser_gui_macos.sh @@ -42,6 +42,9 @@ rm bundler/run-install-name-tool-change.sh cp ${ROOT_DIR}/.github/releasers/macos/run-install-name-tool-change.sh bundler/run-install-name-tool-change.sh chmod +x bundler/run-install-name-tool-change.sh +# make sure launcher is executable +chmod +x ${ROOT_DIR}/.github/releasers/macos/gtk3-launcher.sh + make install export PATH=${PATH}:${HOME}/.bin:${HOME}/local/bin @@ -86,4 +89,4 @@ cp ${BUILD_DIR}/pactus-wallet ${PACKAGE_DIR} cp ${BUILD_DIR}/pactus-shell ${PACKAGE_DIR} cp -R ${ROOT_DIR}/pactus-gui.app ${PACKAGE_DIR} -tar -czvf ${ROOT_DIR}/${FILE_NAME}.tar.gz -p ${PACKAGE_NAME} \ No newline at end of file +tar -czvf ${ROOT_DIR}/${FILE_NAME}.tar.gz -p ${PACKAGE_NAME} diff --git a/.github/workflows/semantic-pr.yml b/.github/workflows/semantic-pr.yml index ae6f84ed9..75de7cb09 100644 --- a/.github/workflows/semantic-pr.yml +++ b/.github/workflows/semantic-pr.yml @@ -58,6 +58,9 @@ jobs: http jsonrpc nanomsg + windows + linux + macos # Configure that a scope must always be provided. requireScope: true # The subject should not start with an uppercase character and should not end with a period.