chore(win): add installer + portable artifacts
This commit is contained in:
BIN
artifacts/releases/win/DeskClaw-Portable-0.3.10-win-x64.exe
Normal file
BIN
artifacts/releases/win/DeskClaw-Portable-0.3.10-win-x64.exe
Normal file
Binary file not shown.
BIN
artifacts/releases/win/DeskClaw-Setup-0.3.10-win-x64.exe
Normal file
BIN
artifacts/releases/win/DeskClaw-Setup-0.3.10-win-x64.exe
Normal file
Binary file not shown.
Binary file not shown.
22
artifacts/releases/win/builder-debug.yml
Normal file
22
artifacts/releases/win/builder-debug.yml
Normal file
File diff suppressed because one or more lines are too long
8
artifacts/releases/win/latest.yml
Normal file
8
artifacts/releases/win/latest.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
version: 0.3.10
|
||||
files:
|
||||
- url: DeskClaw-Setup-0.3.10-win-x64.exe
|
||||
sha512: n/oTpeBiYi9LEE0NipHtJqqL+zFQYutjNz2XjgeeTTsj4oaNxHn8SGry29uZdTejJKsAXAjh5rQm6F9FxCw61w==
|
||||
size: 262356948
|
||||
path: DeskClaw-Setup-0.3.10-win-x64.exe
|
||||
sha512: n/oTpeBiYi9LEE0NipHtJqqL+zFQYutjNz2XjgeeTTsj4oaNxHn8SGry29uZdTejJKsAXAjh5rQm6F9FxCw61w==
|
||||
releaseDate: '2026-04-21T15:42:03.769Z'
|
||||
28
artifacts/releases/win/manifest.json
Normal file
28
artifacts/releases/win/manifest.json
Normal file
@@ -0,0 +1,28 @@
|
||||
{
|
||||
"platform": "win",
|
||||
"sourceDir": "release",
|
||||
"destDir": "artifacts/releases/win",
|
||||
"files": [
|
||||
{
|
||||
"name": "builder-debug.yml",
|
||||
"size": 6214
|
||||
},
|
||||
{
|
||||
"name": "DeskClaw-Portable-0.3.10-win-x64.exe",
|
||||
"size": 262072458
|
||||
},
|
||||
{
|
||||
"name": "DeskClaw-Setup-0.3.10-win-x64.exe",
|
||||
"size": 262356948
|
||||
},
|
||||
{
|
||||
"name": "DeskClaw-Setup-0.3.10-win-x64.exe.blockmap",
|
||||
"size": 270875
|
||||
},
|
||||
{
|
||||
"name": "latest.yml",
|
||||
"size": 364
|
||||
}
|
||||
],
|
||||
"createdAt": "2026-04-21T15:42:04.871Z"
|
||||
}
|
||||
@@ -123,8 +123,11 @@ win:
|
||||
target:
|
||||
- target: nsis
|
||||
arch: x64
|
||||
- target: portable
|
||||
arch: x64
|
||||
|
||||
nsis:
|
||||
artifactName: ${productName}-Setup-${version}-${os}-${arch}.${ext}
|
||||
oneClick: false
|
||||
perMachine: false
|
||||
warningsAsErrors: false
|
||||
@@ -140,6 +143,9 @@ nsis:
|
||||
installerIcon: resources/icons/icon.ico
|
||||
uninstallerIcon: resources/icons/icon.ico
|
||||
|
||||
|
||||
portable:
|
||||
artifactName: ${productName}-Portable-${version}-${os}-${arch}.${ext}
|
||||
# Linux Configuration
|
||||
linux:
|
||||
extraResources:
|
||||
|
||||
Reference in New Issue
Block a user