feat: add Qwen install target

This commit is contained in:
Affaan Mustafa
2026-05-11 11:15:45 -04:00
committed by Affaan Mustafa
parent c7c1e36625
commit e70ef4a2ff
16 changed files with 284 additions and 21 deletions

View File

@@ -0,0 +1,10 @@
const { createInstallTargetAdapter } = require('./helpers');
module.exports = createInstallTargetAdapter({
id: 'qwen-home',
target: 'qwen',
kind: 'home',
rootSegments: ['.qwen'],
installStatePathSegments: ['ecc-install-state.json'],
nativeRootRelativePath: '.qwen',
});