feat: saving files and folders when updating modpaks
This commit is contained in:
@ -33,6 +33,7 @@ interface LaunchPageProps {
|
||||
baseVersion: string;
|
||||
serverIp: string;
|
||||
fabricVersion: string;
|
||||
preserveFiles: string[];
|
||||
};
|
||||
}
|
||||
|
||||
@ -115,6 +116,7 @@ const LaunchPage = ({ launchOptions }: LaunchPageProps) => {
|
||||
apiReleaseUrl: launchOptions.apiReleaseUrl,
|
||||
versionFileName: launchOptions.versionFileName,
|
||||
packName: launchOptions.packName,
|
||||
preserveFiles: launchOptions.preserveFiles,
|
||||
};
|
||||
|
||||
// Передаем опции для скачивания
|
||||
|
Reference in New Issue
Block a user