Build scripts: fixed file permissions

This commit is contained in:
SChernykh
2025-07-18 14:20:35 +02:00
parent c682ad3111
commit fc1436e86c
8 changed files with 24 additions and 16 deletions
@@ -52,8 +52,9 @@ mv p2pool.exe $1
mv ../LICENSE $1
mv ../README.md $1
chmod -R 0644 $1
chmod 0755 $1/p2pool.exe
chmod -R 0664 $1
chmod 0775 $1
chmod 0775 $1/p2pool.exe
touch -t $TOUCH_DATE $1
touch -t $TOUCH_DATE $1/*