Is there any good way to solve the system commonality of electron packaging?

Dear Gods, when I play desktop applications in electron-packager, I want to choose win32 or darwin according to the system to distinguish whether different systems have other tools or configure what parameters can be used to create applications identified by the two systems with one command.

configuration items I am currently like this

"packge": "electron-packager ./app eedd --platform=darwin --arch=x64 --out=./out --asar --app-version = 0.01 --electron-version=2.0.0",
"pack": "electron-packager ./app eedd --platform=win32 --arch=x64 --out=./out1 --asar --app-version = 0.01 --electron-version=2.0.0"
Mar.20,2022
MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3d3c2-34729.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b3d3c2-34729.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?