Skip to content

Commit

Permalink
EnderalSE: fixed savegame path for GOG variant
Browse files Browse the repository at this point in the history
  • Loading branch information
IDCs committed Mar 28, 2024
1 parent 2f825c4 commit 39d0ead
Show file tree
Hide file tree
Showing 2 changed files with 4 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": "gamebryo-savegame-management",
"version": "0.1.1",
"version": "0.1.2",
"description": "Management for gamebryo savegames",
"main": "./dist/index.js",
"repository": "",
Expand Down
3 changes: 3 additions & 0 deletions src/util/gameSupport.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,9 @@ const gameSupport = util.makeOverlayableDictionary<string, IGameSupport>({
skyrimse: {
mygamesPath: 'Skyrim Special Edition GOG',
},
enderalspecialedition: {
mygamesPath: 'Enderal Special Edition GOG',
},
},
epic: {
skyrimse: {
Expand Down

0 comments on commit 39d0ead

Please sign in to comment.