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 66OVERWRITE=1
77SILENT_ARGS=" "
88BLEEDING_EDGE=0
9- DL_VERSION=2.7 .0
9+ DL_VERSION=2.8 .0
1010TAG=" "
1111
1212printHelp (){
@@ -214,24 +214,24 @@ if [ "$PLATFORM" == "msys2" ] || [ "$PLATFORM" == "vs" ]; then
214214 else
215215 rsync -avzp " ${OUTDIR} /${OUTPUT} /resources/app/app/projectGenerator.exe" " ${OUTDIR} /${OUTPUT} /projectGeneratorCmd.exe"
216216 fi
217- if command -v chmod & > /dev/null; then
217+ # if command -v chmod &> /dev/null; then
218218 chmod +x " ${OUTDIR} /${OUTPUT} /projectGeneratorCmd.exe"
219219 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
223223else
224224 if ! command -v rsync & > /dev/null; then
225225 cp -arX " ${OUTDIR} /${OUTPUT} /projectGenerator$EXT /Contents/Resources/app/app/projectGenerator" " ${OUTDIR} /${OUTPUT} /projectGenerator"
226226 else
227227 rsync -avzp " ${OUTDIR} /${OUTPUT} /projectGenerator$EXT /Contents/Resources/app/app/projectGenerator" " ${OUTDIR} /${OUTPUT} /projectGenerator"
228228 fi
229- if command -v chmod & > /dev/null; then
229+ # if command -v chmod &> /dev/null; then
230230 chmod +x " ${OUTDIR} /${OUTPUT} /projectGenerator"
231231 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
235235fi
236236
237237echo " ------ "
You can’t perform that action at this time.
0 commit comments