Hi Appeon,
We have this project that was deployed to devops and we maintain it using git/pb2022r3.
So after all enhancement was finished we would generate all pbd and exe just like we used to with pb12.5.
So my question is, how do we publish the exe?
Is there any application needed to do this?
This exe would be used by the clients, so we are stuck on this loop.
Thanks in advance
When the App users launch the URL, the PC has also deployed a small web app called the Cloud App Launcher (CAL).
When the CAL starts, it coordinates the download of the PB runtime & your App to the users PC. From there, the CAL starts the PB app.
From then on, new PB App versions are deployed to the web server. Each time the App user starts the application, the CAL coordinates any updates from the web server to the user's PC automatically.
HTH