With the new beta, the batch file is now inaccurate :
CALL "%GLB_MAIN_PATH%\compiler\platform\webos\tool\bin\palm-package.bat" "%GLB_PROJ_PATH%\glbwebos"
especially now as all platforms compile into the one .app directory.
I also get the following error message :
palm-package: "C:\Users\Nicholas\Documents\GLBasic\GLBasic\Samples\_Projects_\DDgui\DDgui.app\glbasic-webos-exe" is not a valid application
This Macro works with the new beta:
CALL "%GLB_MAIN_PATH%\compiler\platform\webos\tool\bin\glb_pack_and_install.bat" "%GLB_PROJ_PATH%\%GLB_PROJ_NAME%.app"
Yes, that seems to be better - well done for fixing the batch call!