feat: initial support for segatools pkgs

This commit is contained in:
2025-03-15 00:08:33 +01:00
parent b525e74467
commit caa20a3aa0
20 changed files with 246 additions and 112 deletions

View File

@ -14,7 +14,10 @@ const install = async () => {
}
try {
await invoke('install_package', { key: pkgKey(props.pkg) });
await invoke('install_package', {
key: pkgKey(props.pkg),
force: true,
});
} catch (err) {
if (props.pkg !== undefined) {
props.pkg.js.busy = false;