Skip to content

Commit

Permalink
Fix missing node cowsay manifest for Windows ARM64.
Browse files Browse the repository at this point in the history
  • Loading branch information
jsirois committed Aug 26, 2024
1 parent 2a93455 commit ecaf07e
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions examples/node/cowsay-lift.windows-aarch64.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"scie": {
"lift": {
"name": "cowsay.js",
"boot": {
"commands": {
"": {
"env": {
"NODE_PATH": "{node_modules}",
"=PATH": "{node}/node-v18.12.0-win-x64:{scie.env.PATH}"
},
"exe": "{node}/node-v18.12.0-win-x64/node.exe",
"args": [
"{node_modules}/cowsay/cli.js"
]
}
}
},
"files": [
{
"name": "node-v18.12.0-win-x64.zip",
"key": "node"
},
{
"name": "node_modules"
}
]
}
}
}

0 comments on commit ecaf07e

Please sign in to comment.