Skip to content

Commit

Permalink
v1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
blarfoon committed Apr 27, 2021
1 parent 1c398d0 commit 605f968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "gdlauncher",
"version": "1.1.3",
"version": "1.1.4",
"description": "GDLauncher is simple, yet powerful Minecraft custom launcher with a strong focus on the user experience",
"keywords": [
"minecraft",
Expand Down
2 changes: 2 additions & 0 deletions src/app/desktop/utils/getInstances.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ const getInstances = async instancesPath => {
}
};

delete patchedConfig.modloader;

await fse.writeFile(configPath, JSON.stringify(patchedConfig));

return { ...patchedConfig, name: instance };
Expand Down

0 comments on commit 605f968

Please sign in to comment.