|
1 | 1 | { |
2 | | - "version": "0.1.4", |
| 2 | + "version": "0.2.0", |
3 | 3 | "description": "Open-source desktop AI design tool — prompt to prototype, BYOK, local-first", |
4 | 4 | "homepage": "https://opencoworkai.github.io/open-codesign/", |
5 | 5 | "license": "MIT", |
6 | 6 | "architecture": { |
7 | 7 | "64bit": { |
8 | | - "url": "https://github.com/OpenCoworkAI/open-codesign/releases/download/v0.1.4/open-codesign-0.1.4-x64-setup.exe#/dl.7z", |
9 | | - "hash": "103c4bc278a9db6f0ac8d05aaa738232edee71f4da333ee51c21a1b315715ac6", |
10 | | - "installer": { |
11 | | - "script": "Expand-7zipArchive \"$dir\\app-64.7z\" \"$dir\"" |
12 | | - } |
| 8 | + "url": "https://github.com/OpenCoworkAI/open-codesign/releases/download/v0.2.0/open-codesign-0.2.0-x64.zip", |
| 9 | + "hash": "ba9a55c8b59105e6d9bea9801fac23b9d4171433674a50c5cb48d4859346ac0a" |
13 | 10 | }, |
14 | 11 | "arm64": { |
15 | | - "url": "https://github.com/OpenCoworkAI/open-codesign/releases/download/v0.1.4/open-codesign-0.1.4-arm64-setup.exe#/dl.7z", |
16 | | - "hash": "00c7883ce7e992149ca465b94bb6b68c1ce714c4a97e73dc9bf148d589ceb5ba", |
17 | | - "installer": { |
18 | | - "script": "Expand-7zipArchive \"$dir\\app-arm64.7z\" \"$dir\"" |
19 | | - } |
| 12 | + "url": "https://github.com/OpenCoworkAI/open-codesign/releases/download/v0.2.0/open-codesign-0.2.0-arm64.zip", |
| 13 | + "hash": "ead2ff67dc7bd3d82f9ad297299e1459b7e6a875acfc91d840c55008eb769911" |
20 | 14 | } |
21 | 15 | }, |
22 | | - "extract_dir": "$PLUGINSDIR", |
23 | | - "pre_install": "Get-ChildItem \"$dir\" -Exclude \"app-64.7z\", \"app-arm64.7z\" | Remove-Item -Force -Recurse", |
24 | 16 | "bin": [ |
25 | 17 | [ |
26 | 18 | "Open CoDesign.exe", |
|
37 | 29 | "autoupdate": { |
38 | 30 | "architecture": { |
39 | 31 | "64bit": { |
40 | | - "url": "https://github.com/OpenCoworkAI/open-codesign/releases/download/v$version/open-codesign-$version-x64-setup.exe#/dl.7z" |
| 32 | + "url": "https://github.com/OpenCoworkAI/open-codesign/releases/download/v$version/open-codesign-$version-x64.zip" |
41 | 33 | }, |
42 | 34 | "arm64": { |
43 | | - "url": "https://github.com/OpenCoworkAI/open-codesign/releases/download/v$version/open-codesign-$version-arm64-setup.exe#/dl.7z" |
| 35 | + "url": "https://github.com/OpenCoworkAI/open-codesign/releases/download/v$version/open-codesign-$version-arm64.zip" |
44 | 36 | } |
45 | 37 | } |
46 | | - }, |
47 | | - "post_install": "Remove-Item \"$dir\\app-64.7z\", \"$dir\\app-arm64.7z\" -ErrorAction SilentlyContinue" |
| 38 | + } |
48 | 39 | } |
0 commit comments