Skip to content

Commit f4fe81e

Browse files
fix: set permissions to a+x before zipping launch script and binary up #155
1 parent 7f6f541 commit f4fe81e

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

taskfile.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ tasks:
8888
- mkdir -p build64/Grout.pak/lib
8989
- cp build64/grout scripts/NextUI/launch.sh README.md LICENSE pak.json build64/Grout.pak
9090
- cp -R build64/lib/* build64/Grout.pak/lib/
91-
- chmod +x build64/Grout.pak/grout build64/Grout.pak/launch.sh
91+
- chmod a+x build64/Grout.pak/grout build64/Grout.pak/launch.sh
9292
silent: true
9393

9494
package-muos:
@@ -99,7 +99,7 @@ tasks:
9999
- cp build64/grout scripts/muOS/mux_launch.sh README.md LICENSE build64/muOS/Grout
100100
- cp -R build64/lib/* build64/muOS/Grout/lib/
101101
- cp -R scripts/muOS/resources build64/muOS/Grout/
102-
- chmod +x build64/muOS/Grout/grout build64/muOS/Grout/mux_launch.sh
102+
- chmod a+x build64/muOS/Grout/grout build64/muOS/Grout/mux_launch.sh
103103
- cd build64/muOS && zip -r ../Grout.muxapp Grout
104104
silent: true
105105

@@ -110,7 +110,7 @@ tasks:
110110
- mkdir -p build64/Knulli/Grout/lib
111111
- cp build64/grout scripts/Knulli/Grout.sh scripts/Knulli/logo.png README.md LICENSE build64/Knulli/Grout
112112
- cp -R build64/lib/* build64/Knulli/Grout/lib/
113-
- chmod +x build64/Knulli/Grout/grout build64/Knulli/Grout/Grout.sh
113+
- chmod a+x build64/Knulli/Grout/grout build64/Knulli/Grout/Grout.sh
114114
silent: true
115115

116116
package-spruce:
@@ -121,7 +121,7 @@ tasks:
121121
- cp scripts/Spruce/* README.md LICENSE build64/Spruce/Grout
122122
- cp build64/grout build64/Spruce/Grout/grout
123123
- cp -R build64/lib/* build64/Spruce/Grout/grout/lib/
124-
- chmod +x build64/Spruce/Grout/grout/grout build64/Spruce/Grout/launch.sh build64/Spruce/Grout/launch-universal.sh
124+
- chmod a+x build64/Spruce/Grout/grout/grout build64/Spruce/Grout/launch.sh build64/Spruce/Grout/launch-universal.sh
125125
silent: true
126126

127127
package-allium:
@@ -142,7 +142,7 @@ tasks:
142142
- cp scripts/ROCKNIX/Grout.sh build64/ROCKNIX/
143143
- cp build64/grout scripts/ROCKNIX/logo.png README.md LICENSE build64/ROCKNIX/Grout/
144144
- cp -R build64/lib/* build64/ROCKNIX/Grout/lib/
145-
- chmod +x build64/ROCKNIX/Grout/grout build64/ROCKNIX/Grout.sh
145+
- chmod a+x build64/ROCKNIX/Grout/grout build64/ROCKNIX/Grout.sh
146146
silent: true
147147

148148
package-trimui:
@@ -153,7 +153,7 @@ tasks:
153153
- cp scripts/Trimui/* README.md LICENSE build64/Trimui/Grout
154154
- cp build64/grout build64/Trimui/Grout/grout
155155
- cp -R build64/lib/* build64/Trimui/Grout/grout/lib/
156-
- chmod +x build64/Trimui/Grout/grout/grout build64/Trimui/Grout/launch.sh
156+
- chmod a+x build64/Trimui/Grout/grout/grout build64/Trimui/Grout/launch.sh
157157
silent: true
158158

159159
package-batocera:
@@ -164,7 +164,7 @@ tasks:
164164
- cp scripts/Batocera/Grout.sh build64/Batocera/
165165
- cp build64/grout README.md LICENSE build64/Batocera/Grout/
166166
- cp -R build64/lib/* build64/Batocera/Grout/lib/
167-
- chmod +x build64/Batocera/Grout/grout build64/Batocera/Grout.sh
167+
- chmod a+x build64/Batocera/Grout/grout build64/Batocera/Grout.sh
168168
silent: true
169169

170170
batocera-amd64:
@@ -177,7 +177,7 @@ tasks:
177177
- cp scripts/Batocera/Grout.sh build/Batocera/
178178
- cp build/grout README.md LICENSE build/Batocera/Grout/
179179
- cp -R build/lib/* build/Batocera/Grout/lib/
180-
- chmod +x build/Batocera/Grout/grout build/Batocera/Grout.sh
180+
- chmod a+x build/Batocera/Grout/grout build/Batocera/Grout.sh
181181
silent: true
182182

183183
all:

0 commit comments

Comments
 (0)