File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 6
6
OVERWRITE=1
7
7
SILENT_ARGS=" "
8
8
BLEEDING_EDGE=0
9
- DL_VERSION=2.7 .0
9
+ DL_VERSION=2.8 .0
10
10
TAG=" "
11
11
12
12
printHelp (){
@@ -214,24 +214,24 @@ if [ "$PLATFORM" == "msys2" ] || [ "$PLATFORM" == "vs" ]; then
214
214
else
215
215
rsync -avzp " ${OUTDIR} /${OUTPUT} /resources/app/app/projectGenerator.exe" " ${OUTDIR} /${OUTPUT} /projectGeneratorCmd.exe"
216
216
fi
217
- if command -v chmod & > /dev/null; then
217
+ # if command -v chmod &> /dev/null; then
218
218
chmod +x " ${OUTDIR} /${OUTPUT} /projectGeneratorCmd.exe"
219
219
chmod +x " ${OUTDIR} /${OUTPUT} /resources/app/app/projectGenerator.exe"
220
- else
221
- echo " Warning: chmod command not found, skipping permission adjustment."
222
- fi
220
+ # else
221
+ # echo "Warning: chmod command not found, skipping permission adjustment."
222
+ # fi
223
223
else
224
224
if ! command -v rsync & > /dev/null; then
225
225
cp -arX " ${OUTDIR} /${OUTPUT} /projectGenerator$EXT /Contents/Resources/app/app/projectGenerator" " ${OUTDIR} /${OUTPUT} /projectGenerator"
226
226
else
227
227
rsync -avzp " ${OUTDIR} /${OUTPUT} /projectGenerator$EXT /Contents/Resources/app/app/projectGenerator" " ${OUTDIR} /${OUTPUT} /projectGenerator"
228
228
fi
229
- if command -v chmod & > /dev/null; then
229
+ # if command -v chmod &> /dev/null; then
230
230
chmod +x " ${OUTDIR} /${OUTPUT} /projectGenerator"
231
231
chmod +x " ${OUTDIR} /${OUTPUT} /projectGenerator$EXT /Contents/MacOS/projectGenerator"
232
- else
233
- echo " Warning: chmod command not found, skipping permission adjustment."
234
- fi
232
+ # else
233
+ # echo "Warning: chmod command not found, skipping permission adjustment."
234
+ # fi
235
235
fi
236
236
237
237
echo " ------ "
You can’t perform that action at this time.
0 commit comments