feat: initial support for segatools pkgs
This commit is contained in:
@ -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) {
|
||||
console.error(err);
|
||||
if (props.pkg !== undefined) {
|
||||
|
Reference in New Issue
Block a user