Skip to content
This repository was archived by the owner on Sep 8, 2024. It is now read-only.

Commit 2c54b85

Browse files
committed
✨ Add CQ Editor
1 parent b027abc commit 2c54b85

File tree

2 files changed

+21
-0
lines changed

2 files changed

+21
-0
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ scoop bucket add foosel https://github.com/foosel/scoop-bucket
1212

1313
## Available Apps
1414

15+
* `cq-editor`: Latest release of the [CadQuery GUI editor based on PyQT ](https://github.com/CadQuery/CQ-editor)
1516
* `freecad-linkbranch-daily`: Daily build of [RealThunder's FreeCAD "Linkbranch" fork](https://github.com/realthunder/FreeCAD_assembly3/releases/tag/0.11)
1617
* `freecad-linkbranch-stable`: Stable build of [RealThunder's FreeCAD "Linkbranch" fork](https://github.com/realthunder/FreeCAD_assembly3/releases/tag/0.11)
1718
* `freecad-weekly`: Weekly dev build of FreeCAD as published on [FreeCAD/FreeCAD-Bundle](https://github.com/FreeCAD/FreeCAD-Bundle/releases/tag/weekly-builds).

bucket/cq-editor.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"version": "0.2",
3+
"description": "CadQuery GUI editor based on PyQT",
4+
"homepage": "https://github.com/CadQuery/CQ-editor",
5+
"license": "Apache-2.0",
6+
"url": "https://github.com/CadQuery/CQ-editor/releases/download/0.2/CQ-editor-Windows.zip",
7+
"hash": "7bcac944598c52b2f035dd939e406e1639fe42239e8956685ac8b4dee14c4f8f",
8+
"extract_dir": "CQ-editor",
9+
"shortcuts": [
10+
[
11+
"CQ-editor.exe",
12+
"CQ-editor"
13+
]
14+
],
15+
"checkver": "github",
16+
"autoupdate": {
17+
"url": "https://github.com/CadQuery/CQ-editor/releases/download/$version/CQ-editor-Windows.zip",
18+
"extract_dir": "CQ-editor"
19+
}
20+
}

0 commit comments

Comments
 (0)