GLBasic forum

Main forum => Bug Reports => Topic started by: MrTAToad on 2011-Apr-02

Title: Palm Pre package creation
Post by: MrTAToad on 2011-Apr-02
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
Title: Re: Palm Pre package creation
Post by: Millerszone on 2011-Apr-04
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"
Title: Re: Palm Pre package creation
Post by: MrTAToad on 2011-Apr-04
Yes, that seems to be better - well done for fixing the batch call!