Skip to content

Commit

Permalink
Update Permissions
Browse files Browse the repository at this point in the history
Windows gives a very bad habit: not checking the permissions of executable files.
  • Loading branch information
Howard20181 committed Aug 23, 2022
1 parent 4a93218 commit f2b0567
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
Empty file modified linker/aarch64/linker64
100644 → 100755
Empty file.
Empty file modified linker/x86_64/linker64
100644 → 100755
Empty file.
2 changes: 1 addition & 1 deletion scripts/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Empty file modified wine/aarch64/makepri.exe
100644 → 100755
Empty file.
Empty file modified wine/x86_64/makepri.exe
100644 → 100755
Empty file.

0 comments on commit f2b0567

Please sign in to comment.