Skip to content

Commit

Permalink
fix: chmod +x in build
Browse files Browse the repository at this point in the history
  • Loading branch information
BigJk committed Feb 4, 2024
1 parent 1c5bacf commit 8158960
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,9 @@ echo "Commit: ${GIT_COMMIT}" > ${TARGET_DIR}/version.txt
echo "Branch: ${GIT_BRANCH}" >> ${TARGET_DIR}/version.txt
echo "Build Time: ${BUILD_TIME}" >> ${TARGET_DIR}/version.txt

echo "Setting permissions..."
chmod +x ${TARGET_DIR}/${APP_NAME}${EXT}

# if OSX_APP_BUNDLE_ENABLED we need to create a .app bundle
if [ "${OSX_APP_BUNDLE_ENABLED}" = "true" ]; then
echo "Building OSX App Bundle..."
Expand Down

0 comments on commit 8158960

Please sign in to comment.