Skip to content

Commit

Permalink
build(macos): set launcher as executable (#1449)
Browse files Browse the repository at this point in the history
  • Loading branch information
themantre authored Aug 1, 2024
1 parent fc42d78 commit fa04366
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/releasers/releaser_gui_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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}
tar -czvf ${ROOT_DIR}/${FILE_NAME}.tar.gz -p ${PACKAGE_NAME}
3 changes: 3 additions & 0 deletions .github/workflows/semantic-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit fa04366

Please sign in to comment.