feat: improve Minecraft version handling

This commit is contained in:
2025-07-13 23:37:46 +05:00
parent 815ce286f7
commit 942066ea76
9 changed files with 491 additions and 217 deletions

View File

@ -11,7 +11,9 @@ export type Channels =
| 'save-pack-config'
| 'load-pack-config'
| 'update-available'
| 'install-update';
| 'install-update'
| 'get-installed-versions'
| 'get-available-versions';
const electronHandler = {
ipcRenderer: {