@xehxx/qtflow-cli-linux-x64 0.1.0 → 0.2.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (3) hide show
  1. package/README.md +8 -2
  2. package/bin/qtflow +0 -0
  3. package/package.json +2 -2
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @xehxx/qtflow-cli-linux-x64
2
2
 
3
- This package ships the Linux x64 `qtflow` binary.
3
+ Prebuilt `qtflow` binary for Linux x64.
4
4
 
5
- The binary is populated from a GitHub release asset before npm publishing. Do not publish this package until `npm/scripts/populate-binaries.mjs` has copied `qtflow` into `bin/`.
5
+ This is an internal platform package for [`qtflow`](https://www.npmjs.com/package/qtflow). Don't install it directly install the main package, which pulls in the right binary for your platform automatically:
6
+
7
+ ```sh
8
+ npm i -g qtflow
9
+ ```
10
+
11
+ Source: https://github.com/wudiyidashi/qtflow
package/bin/qtflow CHANGED
Binary file
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@xehxx/qtflow-cli-linux-x64",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Prebuilt qtflow CLI binary for Linux x64.",
5
5
  "license": "UNLICENSED",
6
6
  "repository": {
7
7
  "type": "git",
8
- "url": "https://github.com/OWNER/qtflow.git"
8
+ "url": "https://github.com/wudiyidashi/qtflow.git"
9
9
  },
10
10
  "os": [
11
11
  "linux"