Setup HashLink VM
    Preparing search index...

    Interface ReleaseAsset

    Represents an asset of a GitHub release.

    interface ReleaseAsset {
        file: string;
        platform: Platform;
    }
    Index

    Properties

    Properties

    file: string

    The target file.

    platform: Platform

    The target platform.