Skip to content

Commit

Permalink
feat: support delete/show version
Browse files Browse the repository at this point in the history
Former-commit-id: acbefba
  • Loading branch information
ci010 committed Jul 15, 2019
1 parent a62798c commit 8a6fb25
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/store/modules/version.js.REMOVED.git-id
Original file line number Diff line number Diff line change
@@ -1 +1 @@
d64eeb7e11e22b1fdabaa1e93f8b70ae9c699e14
3b848110d7043c66711525319276838c6ac9785e
5 changes: 5 additions & 0 deletions src/universal/store/modules/version.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,11 @@ export declare namespace VersionModule {
installMinecraft(context: C, version: VersionMeta): Promise<TaskHandle>
installForge(context: C, version: Forge.VersionMeta): Promise<TaskHandle>
installLiteloader(context: C, version: LiteLoader.VersionMeta): Promise<TaskHandle>

showVersionDirectory(context: C, version: string): Promise<void>;
showVersionsDirectory(context: C): Promise<void>;

deleteVersion(context: C, version: string): Promise<void>;
}
}

Expand Down

0 comments on commit 8a6fb25

Please sign in to comment.