Skip to content
This repository has been archived by the owner on Apr 15, 2021. It is now read-only.

Commit

Permalink
build: Change freezing output name to match intiface-desktop's expect…
Browse files Browse the repository at this point in the history
…ations
  • Loading branch information
qdot committed Apr 19, 2019
1 parent aff459a commit e7eb765
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "intiface-server-cli",
"version": "0.11.3-0",
"version": "0.11.3-1",
"description": "Node.js Server Frontend for Intiface",
"homepage": "https://github.com/intiface/intiface-cli-node/",
"repository": {
Expand All @@ -20,9 +20,9 @@
"tslint": "tslint --project tsconfig.json -e \"**/*proto*\" --outputAbsolutePaths -c ./tslint.json \"src/**/*.ts\" \"tests/**/*.ts\"",
"tslint:fix": "tslint --project tsconfig.json -e \"**/*proto*\" --outputAbsolutePaths -c ./tslint.json --fix semicolon,comma,no-var-keyword,ordered-imports \"src/**/*.ts\" \"tests/**/*.ts\"",
"start": "node dist/src/index.js",
"freeze:macos-x64": "pkg dist/src/index.js --targets node10-macos-x64 --output intiface-cli-node/intiface-cli-node && yarn copy:bindings:macos",
"freeze:linux-x64": "pkg dist/src/index.js --targets node10-linux-x64 --output intiface-cli-node/intiface-cli-node && yarn copy:bindings:linux",
"freeze:linux:rpi": "pkg dist/src/index.js --targets node10-linux-armv6 --output intiface-cli-node/intiface-cli-node && yarn copy:bindings:linux",
"freeze:macos-x64": "pkg dist/src/index.js --targets node10-macos-x64 --output intiface-cli-node/IntifaceCLI && yarn copy:bindings:macos",
"freeze:linux-x64": "pkg dist/src/index.js --targets node10-linux-x64 --output intiface-cli-node/IntifaceCLI && yarn copy:bindings:linux",
"freeze:linux:rpi": "pkg dist/src/index.js --targets node10-linux-armv6 --output intiface-cli-node/IntifaceCLI && yarn copy:bindings:linux",
"copy:bindings:macos": "cp ./node_modules/noble-mac/native/noble_mac.node ./intiface-cli-node/noble_mac.node",
"copy:bindings:linux": "cp ./node_modules/@abandonware/bluetooth-hci-socket/lib/binding/binding.node ./intiface-cli-node/binding.node"
},
Expand Down

0 comments on commit e7eb765

Please sign in to comment.