mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Update Permissions
Windows gives a very bad habit: not checking the permissions of executable files.
This commit is contained in:
parent
4a932186a1
commit
f2b05674dc
0
linker/aarch64/linker64
Normal file → Executable file
0
linker/aarch64/linker64
Normal file → Executable file
0
linker/x86_64/linker64
Normal file → Executable file
0
linker/x86_64/linker64
Normal file → Executable file
@ -16,7 +16,7 @@ OUTPUT_DIR=../output
|
|||||||
MOUNT_DIR="$WORK_DIR"/system
|
MOUNT_DIR="$WORK_DIR"/system
|
||||||
|
|
||||||
abort() {
|
abort() {
|
||||||
echo "An error occurs, exit"
|
echo "An error has occurred, exit"
|
||||||
if [ -d "$WORK_DIR" ]; then
|
if [ -d "$WORK_DIR" ]; then
|
||||||
echo "Cleanup Work Directory"
|
echo "Cleanup Work Directory"
|
||||||
if [ -d "$MOUNT_DIR" ]; then
|
if [ -d "$MOUNT_DIR" ]; then
|
||||||
|
0
wine/aarch64/makepri.exe
Normal file → Executable file
0
wine/aarch64/makepri.exe
Normal file → Executable file
0
wine/x86_64/makepri.exe
Normal file → Executable file
0
wine/x86_64/makepri.exe
Normal file → Executable file
Loading…
Reference in New Issue
Block a user