Updating ProofKit
Re-run the installer, then reconnect FileMaker, reinstall the add-on, and redeploy your apps.
To update ProofKit, simply run the latest installer on your system. Sometimes this is all you need to do. If, however, you also want to update the add-on that was installed in your FileMaker file, you'll need to follow a few extra steps.
Download the latest installer
Updating the Add-on in FileMaker
Restart FileMaker Pro if it was running during the installation process.
Close FileMaker Pro fully, then open it again before you continue.
Uninstall the ProofKit add-on from your FileMaker file.
Important
This may remove all previously deployed apps from your file. You will need to make sure that you still have the source code (a folder on your computer) so you can deploy them again in a later step.
Go into layout mode and the add-ons tab on the left sidebar. Right-click the ProofKit add-on and choose to uninstall.
Install the Add-on again.
After installation, you can verify that the new add-on was installed by checking the version number in any of the ProofKit scripts.
Redeploy your apps into the FileMaker file.
Don't forget to Connect to MCP
Remember to run the "Connect to MCP" script in order to open the connection to your FileMaker file before deploying.
Any Web Viewer apps you want available in that file should be deployed again from their local source folders. You can either ask your coding agent to do this for you or run this command within that folder:
npm run build:uploadpnpm build:uploadyarn build:uploadbun run build:upload