parent
0c4161e5a3
commit
bf99c90007
@ -0,0 +1,2 @@
|
|||||||
|
find release/linux-unpacked -type d -not -perm 755 -o -type f -not -perm 644 | xargs stat
|
||||||
|
find release/win-unpacked -type d -not -perm 755 -o -type f -not -perm 644 | xargs stat
|
@ -0,0 +1,5 @@
|
|||||||
|
set -e
|
||||||
|
find release/linux-unpacked -type d | xargs chmod 755
|
||||||
|
find release/linux-unpacked -type f | xargs chmod 644
|
||||||
|
find release/win-unpacked -type d | xargs chmod 755
|
||||||
|
find release/win-unpacked -type f | xargs chmod 644
|
Loading…
Reference in New Issue