class Installer

Defined in:

installer.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(manifest : Manifest = Manifest.new, platform : Platform = :chrome) #

[View source]

Instance Method Detail

def install_manifest(manifest_path : Path = manifest_path) #

[View source]
def manifest : Manifest #

The native manifest to install.


[View source]
def manifest_path : Path #

[View source]
def merge_manifest(manifest_path : Path = manifest_path) #

[View source]
def platform : Platform #

The target platform.


[View source]
def platform=(platform : Platform) #

The target platform.


[View source]
def uninstall_manifest(manifest_path : Path = manifest_path) #

[View source]