MCPcopy Create free account
hub / github.com/NativeScript/SimDeck / targetExe

Function targetExe

scripts/build-cli.mjs:85–90  ·  view source on GitHub ↗
(value)

Source from the content-addressed store, hash-verified

83}
84
85function targetExe(value) {
86 if (!value) {
87 return null;
88 }
89 return value.includes("windows") ? ".exe" : "";
90}
91
92function run(command, args, options = {}) {
93 const spawnOptions = {

Callers 1

build-cli.mjsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected