Palm Pre package creation

Previous topic - Next topic

MrTAToad

With the new beta, the batch file is now inaccurate :

Code (glbasic) Select
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

Millerszone

This Macro works with the new beta:
Code (glbasic) Select
CALL "%GLB_MAIN_PATH%\compiler\platform\webos\tool\bin\glb_pack_and_install.bat" "%GLB_PROJ_PATH%\%GLB_PROJ_NAME%.app"
Hardware: iMac 27", MacBook Air, PC 3.5Ghz Quad
Developing Tools: GLBasic SDK, Gideros Studio, PureBasic
Developing for: iOS, Android, Windows, OS X, webOS, HTML5

MrTAToad

Yes, that seems to be better - well done for fixing the batch call!