Skip to content

Commit a25ae72

Browse files
committed
Add missing chmod +x to 44 ports
1 parent 674f920 commit a25ae72

44 files changed

Lines changed: 44 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

ports/released/experimental/picayunedreams/Picayune Dreams.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ if [ ! -f patchlog.txt ] || [ -f "$GAMEDIR/assets/data.win" ]; then
5252
export PATCHER_TIME="20 to 30 minutes"
5353
export controlfolder
5454
export ESUDO
55+
chmod +x "$PATCHER_FILE"
5556
source "$controlfolder/utils/patcher.txt"
5657
$ESUDO kill -9 $(pidof gptokeyb)
5758
else

ports/released/experimental/rolusoutskirts/Rolus in the Outskirts.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ if [ ! -f patchlog.txt ] || [ -f $GAMEDIR/assets/data.win ]; then
4848
export PATCHER_FILE="$GAMEDIR/tools/patchscript"
4949
export PATCHER_GAME="$(basename "${0%.*}")" # This gets the current script filename without the extension
5050
export PATCHER_TIME="2 to 5 minutes"
51+
chmod +x "$PATCHER_FILE"
5152
source "$controlfolder/utils/patcher.txt"
5253
$ESUDO kill -9 $(pidof gptokeyb)
5354
else

ports/released/fna/marvelcosmicinvasion/Marvel Cosmic Invasion.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ if [ ! -f "$GAMEDIR/patchlog.txt" ] || [ ! -f "$GAMEDIR/gamedata/.mci_patched" ]
8080
export PATCHER_TIME="5 to 40 minutes depending on device"
8181
export MONODIR MONO
8282
export controlfolder ESUDO DEVICE_ARCH
83+
chmod +x "$PATCHER_FILE"
8384
source "$controlfolder/utils/patcher.txt"
8485
$ESUDO kill -9 $(pidof gptokeyb)
8586
else

ports/released/gamemakerengine/am2r/AM2R.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ if [ "$need_patch" -eq 1 ]; then
7171
if [[ "$ASPECT_X" -eq 3 && "$ASPECT_Y" -eq 2 ]]; then
7272
export ASPECTPATCH=1
7373
fi
74+
chmod +x "$PATCHER_FILE"
7475
source "$controlfolder/utils/patcher.txt"
7576
$ESUDO kill -9 $(pidof gptokeyb)
7677
else

ports/released/gamemakerengine/aurascope/Aurascope.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ if [ ! -f patchlog.txt ] || [ -f $GAMEDIR/assets/data.win ]; then
5151
export controlfolder
5252
export ESUDO
5353
export DEVICE_ARCH
54+
chmod +x "$PATCHER_FILE"
5455
source "$controlfolder/utils/patcher.txt"
5556
$ESUDO kill -9 $(pidof gptokeyb)
5657
else

ports/released/gamemakerengine/benbowars/BenboWARS.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ if [ ! -f patchlog.txt ] || [ -f "$GAMEDIR/assets/data.win" ]; then
5050
export controlfolder
5151
export ESUDO
5252
export DEVICE_ARCH
53+
chmod +x "$PATCHER_FILE"
5354
source "$controlfolder/utils/patcher.txt"
5455
$ESUDO kill -9 $(pidof gptokeyb)
5556
else

ports/released/gamemakerengine/darkdeity/Dark Deity.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ if [ ! -f patchlog.txt ] || [ -f "$GAMEDIR/assets/data.win" ]; then
5151
export controlfolder
5252
export ESUDO
5353
export DEVICE_ARCH
54+
chmod +x "$PATCHER_FILE"
5455
source "$controlfolder/utils/patcher.txt"
5556
$ESUDO kill -9 $(pidof gptokeyb)
5657
else

ports/released/gamemakerengine/darkdeity2/Dark Deity 2.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ if [ ! -f patchlog.txt ] || [ -f $GAMEDIR/assets/data.win ]; then
5151
export controlfolder
5252
export ESUDO
5353
export DEVICE_ARCH
54+
chmod +x "$PATCHER_FILE"
5455
source "$controlfolder/utils/patcher.txt"
5556
$ESUDO kill -9 $(pidof gptokeyb)
5657
else

ports/released/gamemakerengine/dokimon/Dokimon Quest.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ if [ ! -f patchlog.txt ] || [ -f $GAMEDIR/assets/data.win ]; then
5050
export PATCHER_TIME="2 to 5 minutes"
5151
export ESUDO
5252
export controlfolder
53+
chmod +x "$PATCHER_FILE"
5354
source "$controlfolder/utils/patcher.txt"
5455
$ESUDO kill -9 $(pidof gptokeyb)
5556
else

ports/released/gamemakerengine/fishbowl/Fishbowl.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ if [ ! -f patchlog.txt ] || [ -f "$GAMEDIR/assets/data.win" ]; then
5050
export controlfolder
5151
export ESUDO
5252
export DEVICE_ARCH
53+
chmod +x "$PATCHER_FILE"
5354
source "$controlfolder/utils/patcher.txt"
5455
$ESUDO kill -9 $(pidof gptokeyb)
5556
else

0 commit comments

Comments
 (0)