Skip to content

Commit

Permalink
#1092 Set permissions of O/S-specific directories in /devt/builds/rid…
Browse files Browse the repository at this point in the history
…e/master (#1093)
  • Loading branch information
dyaandys authored Aug 16, 2023
1 parent 8be4a89 commit 6e345c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CI/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ for DIR in `ls _/${APP_NAME}`; do
echo "DEBUG: \$OSNAME=$OSNAME"

cp -R _/${APP_NAME}/${DIR} $r/$d/${OSNAME}
chmod 755 $r/$d/${OSNAME}
done

echo 'fixing permissions'; chmod +x $r/$d/win32/{*.exe,*.dll}
Expand Down

0 comments on commit 6e345c7

Please sign in to comment.