Update Permissions

Windows gives a very bad habit: not checking the permissions of executable files.
This commit is contained in:
Howard20181 2022-08-23 17:12:53 +08:00
parent 4a932186a1
commit f2b05674dc
5 changed files with 1 additions and 1 deletions

0
linker/aarch64/linker64 Normal file → Executable file
View File

0
linker/x86_64/linker64 Normal file → Executable file
View File

View File

@ -16,7 +16,7 @@ OUTPUT_DIR=../output
MOUNT_DIR="$WORK_DIR"/system
abort() {
echo "An error occurs, exit"
echo "An error has occurred, exit"
if [ -d "$WORK_DIR" ]; then
echo "Cleanup Work Directory"
if [ -d "$MOUNT_DIR" ]; then

0
wine/aarch64/makepri.exe Normal file → Executable file
View File

0
wine/x86_64/makepri.exe Normal file → Executable file
View File