@xehxx/qtflow-cli-win32-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.
package/README.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # @xehxx/qtflow-cli-win32-x64
2
2
 
3
- This package ships the Windows x64 `qtflow.exe` binary.
3
+ Prebuilt `qtflow` binary for Windows 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.exe` 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.exe CHANGED
Binary file
package/package.json CHANGED
@@ -1,11 +1,11 @@
1
1
  {
2
2
  "name": "@xehxx/qtflow-cli-win32-x64",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Prebuilt qtflow CLI binary for Windows 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
  "win32"