Skip to content

Instantly share code, notes, and snippets.

@ianjennings
Created July 30, 2021 14:46
Show Gist options
  • Select an option

  • Save ianjennings/869535d98cdae0f12372f814798c0608 to your computer and use it in GitHub Desktop.

Select an option

Save ianjennings/869535d98cdae0f12372f814798c0608 to your computer and use it in GitHub Desktop.
  • Clone the Finsemble seed project into your Paircast working directory.
    • Run yarn start and ensure Finsemble launches.
  • Follow the deployment tutorial.
  • Test that you can: run both installers, that the desktop starts as expected, and that it is being served from the expected URL for each deployment.
    • Use a Javascript console to confirm this
    • You can open one by selecting a window and hitting Ctrl + Shift + i or by going to the finsemble menu top left, selecting central logger, and then clicking on the name of a window in the bottom left panel.
  • Test that you can create an installer that supports multiple manifests
  • Watch the video "Video: Building an auto-updating installer" located in documentation. Confirm that its content is still aligned with the content of the tutorial as you have understood it.
    • Also check that the paths to files/config files has not changed in the seed project relative to what is shown in the video
  • Test the auto-updating installer instructions
    • Build an auto-updating installer
    • Deploy it
    • Install it
    • Update the version number in installer.json (see instructions)
    • Build the installer again to generate a new copy with new version number
    • Deploy auto-update files
    • Run installed Finsemble and confirm that it auto-updates.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment