feat: initial support for segatools pkgs
This commit is contained in:
@ -7,6 +7,7 @@ export interface Package {
|
||||
version: string;
|
||||
path: string;
|
||||
dependencies: string[];
|
||||
kind: 'Unchecked' | 'Unsupported' | 'Mod' | 'Hook' | 'IO';
|
||||
} | null;
|
||||
rmt: {
|
||||
version: string;
|
||||
@ -28,6 +29,8 @@ export interface ProfileMeta {
|
||||
|
||||
export interface SegatoolsConfig {
|
||||
target: string;
|
||||
hook: string | null;
|
||||
io: string | null;
|
||||
amfs: string;
|
||||
option: string;
|
||||
appdata: string;
|
||||
|
Reference in New Issue
Block a user