@@ -286,22 +286,25 @@ distmac-extract:
286286 $(buildtool_command ) --platform mac --stage fmpackage --debug; \
287287 $(buildtool_command ) --platform win-x86 --stage fmpackage --debug; \
288288 $(buildtool_command ) --platform win-x86_64 --stage fmpackage --debug; \
289+ $(buildtool_command ) --platform universal --stage fmpackage --debug; \
289290 find . -maxdepth 1 -name ' LiveCodeForFM-Mac-*.fmp12' -print0 \
290291 | xargs -0 zip -r LiveCodeForFM-Mac-Solution.zip; \
291292 find . -maxdepth 1 -name ' LiveCodeForFM-Win-x86-*.fmp12' -print0 \
292293 | xargs -0 zip -r LiveCodeForFM-Win-x86-Solution.zip; \
293294 find . -maxdepth 1 -name ' LiveCodeForFM-Win-x86_64-*.fmp12' -print0 \
294295 | xargs -0 zip -r LiveCodeForFM-Win-x86_64-Solution.zip
296+ find . -maxdepth 1 -name ' LiveCodeForFM-[1-9]*.fmp12' -print0 \
297+ | xargs -0 zip -r LiveCodeForFM.zip \
295298 find . -maxdepth 1 -name ' LiveCodeForFM-*.fmp12' -print0 \
296299 | xargs -0 zip -r LiveCodeForFM-All-Solutions.zip
297300 find . -maxdepth 1 -name ' livecodeforfm-*.*' -print0 \
298- | xargs -0 zip -r LiveCodeForFM-All-Plugins.zip
301+ | xargs -0 zip -r LiveCodeForFM-All-Plugins.zip \
299302 find . -maxdepth 1 -name ' livecodeforfm-*.fmplugin' -print0 \
300- | xargs -0 zip -r LiveCodeForFM-Mac-Plugin.zip
303+ | xargs -0 zip -r LiveCodeForFM-Mac-Plugin.zip \
301304 find . -maxdepth 1 -name ' livecodeforfm-*.fmx' -print0 \
302- | xargs -0 zip -r LiveCodeForFM-Win-x86-Plugin.zip
305+ | xargs -0 zip -r LiveCodeForFM-Win-x86-Plugin.zip \
303306 find . -maxdepth 1 -name ' livecodeforfm-*.fmx64' -print0 \
304- | xargs -0 zip -r LiveCodeForFM-Win-x86_64-Plugin.zip
307+ | xargs -0 zip -r LiveCodeForFM-Win-x86_64-Plugin.zip \
305308 find . -maxdepth 1 -name ' LiveCodeForFM.fmp12' -print0 \
306309 | xargs -0 zip -r LiveCodeForFM-Solution.zip
307310
0 commit comments