Skip to content

lightgun-poc / lib/native / sidecarAssets

Function: sidecarAssets()

sidecarAssets(platform?): string[]

Defined in: lib/native.ts:44

Files that must land next to the addon before it can be opened. Windows builds of libnut link the VC++ runtime dynamically and ship it alongside; on Linux the addon only needs system X11/XTest libraries, which are not ours to distribute.

Parameters

platform?

string = process.platform

Returns

string[]

Released under the MIT License.