Bubble can be installed as an MSI installation file. See for this Partner Portal > Software on this knowledge base. The installation file is digitally signed by Red Cactus. This verifies that the file and content are from Red Cactus and no changes have been made to the code. In addition, the installation file will be automatically allowed by the Microsoft SmartScreen.
macOS
Keep in mind that during the installation procedure you must activate disk access for the installer.
From Bubble v3.3.0 and higher, there is an updater utility in Bubble’s installation folder. It’s called “Updater.exe” (or Updater on OSX).
C:\Program Files\Bubble>updater.exe –help
-v, –version=VALUE Target version, e.g. ‘latest’ or v3.0.0
-c, –channel=VALUE Update channel, e.g. ‘stable’ or ‘beta’
-a, –auto Automatic update. -s, --start Start application after update (Windows only).
-h, –help Print help menu.
An update can be performed here manually (or automatically) via a task. Some examples:
Get the latest stable version and start installation of MSI in interactive mode
Updater.exe -v latest -c stable
Get specific version and start installation of MSI in interactive mode
Updater.exe -v 3.0.0
Automatically check for new stable versions and start installation of MSI in passive mode (run task as administrator)
Updater.exe -a