You're not viewing the latest version. Click here to go to latest.
logo
Hydraulic Conveyor
Hocon tip
Initializing search
    • Welcome
    • Tutorial
    • Configuration
    • FAQ
    • Troubleshooting
      • Getting started
      • Sample apps
      • Download Conveyor
      • Running Conveyor
      • Continuous integration
      • Build performance
      • Migrating Electron apps
        • Output formats
        • Understanding delta updates
        • Electron
        • JVM
        • Release notes
        • Known issues
        • Compatibility levels
        • Minimum system requirements
      • Choose your path
        • Electron
        • JVM apps
        • Flutter
        • Native apps
        • 1. Get started
        • 2. Create or adapt a project
        • 3. Compile the app
        • 4. Build un-packaged apps
        • 5. Serve the download site
        • 6. Install the app
        • 7. Release an update
        • 8. Set a real site URL
        • 9. Next steps
      • Basic configuration
      • Names and metadata
      • Inputs
      • Update modes
      • Download/update site
      • OS integration
      • Keys and certificates
      • Config Library
        • Tutorial and extensions
        • Reference
        • Native apps
        • Electron
        • JVM
        • Flutter
        • Windows
        • Mac
        • Linux
        • Maven and Gradle
      • General FAQ
      • Output formats
      • Making packages
      • Signing and certificates
      • Building
      • Windows
      • Linux
      • JVM apps

    Hocon tip

    Tip

    The conveyor.conf syntax is a superset of JSON designed for humans writing config files. You can write raw JSON if you're ever unsure about syntax. app.foo.bar = 123 is equivalent to app { foo { bar = 123 } }.