@@ -280,21 +280,21 @@ distmac-extract:
280280 find . -maxdepth 1 -name ' LiveCodeForFM-Mac-*.fmp12' -print0 \
281281 | xargs -0 zip -r LiveCodeForFM-Mac-Solution.zip; \
282282 find . -maxdepth 1 -name ' LiveCodeForFM-Win-x86-*.fmp12' -print0 \
283- | xargs -0 zip -r LiveCodeForFM-Win-x86-Solution.zip -x ' \__MACOSX ' ; \
283+ | xargs -0 zip -r LiveCodeForFM-Win-x86-Solution.zip; \
284284 find . -maxdepth 1 -name ' LiveCodeForFM-Win-x86_64-*.fmp12' -print0 \
285- | xargs -0 zip -r LiveCodeForFM-Win-x86_64-Solution.zip -x ' \__MACOSX ' ; \
285+ | xargs -0 zip -r LiveCodeForFM-Win-x86_64-Solution.zip; \
286286 find . -maxdepth 1 -name ' LiveCodeForFM-[1-9]*.fmp12' -print0 \
287- | xargs -0 zip -r LiveCodeForFM.zip -x ' \__MACOSX ' ; \
287+ | xargs -0 zip -r LiveCodeForFM.zip; \
288288 find . -maxdepth 1 -name ' livecodeforfm-*.*' -print0 \
289- | xargs -0 zip -r LiveCodeForFM-All-Plugins.zip -x ' \__MACOSX ' ; \
289+ | xargs -0 zip -r LiveCodeForFM-All-Plugins.zip; \
290290 find . -maxdepth 1 -name ' livecodeforfm-*.fmplugin' -print0 \
291291 | xargs -0 zip -r LiveCodeForFM-Mac-Plugin.zip; \
292292 find . -maxdepth 1 -name ' livecodeforfm-*.fmx' -print0 \
293- | xargs -0 zip -r LiveCodeForFM-Win-x86-Plugin.zip -x ' \__MACOSX ' ; \
293+ | xargs -0 zip -r LiveCodeForFM-Win-x86-Plugin.zip; \
294294 find . -maxdepth 1 -name ' livecodeforfm-*.fmx64' -print0 \
295- | xargs -0 zip -r LiveCodeForFM-Win-x86_64-Plugin.zip -x ' \__MACOSX ' ; \
295+ | xargs -0 zip -r LiveCodeForFM-Win-x86_64-Plugin.zip; \
296296 find . -maxdepth 1 -name ' LiveCodeForFM.fmp12' -print0 \
297- | xargs -0 zip -r LiveCodeForFM-Solution.zip -x ' \__MACOSX '
297+ | xargs -0 zip -r LiveCodeForFM-Solution.zip
298298
299299
300300# Final installer creation for Mac
0 commit comments