Skip to content

Commit

Permalink
Add digital rac:nexus release
Browse files Browse the repository at this point in the history
  • Loading branch information
maikelwever committed Jun 23, 2020
1 parent e2242c4 commit 2e668f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name='slimseditor',
version='0.0.2',
version='0.0.3',
description='A savegame editor for the Ratchet and Clank games',
author='Maikel Wever',
author_email='[email protected]',
Expand Down
2 changes: 1 addition & 1 deletion slimseditor/backends.py
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ def write_data(self):
"BCES00726", "BCJS30038", "BCKS10087", "BCAS20098",
],
Game.NEXUS: [
"XCES00008", "BCES01908", "BCUS99245", "BCES01949",
"XCES00008", "BCES01908", "BCUS99245", "BCES01949", "NPEA00457",
],
}

Expand Down
2 changes: 1 addition & 1 deletion slimseditor/game/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
if getattr(sys, 'frozen', False):
APP_PATH = sys._MEIPASS
else:
APP_PATH = os.path.dirname(os.path.abspath(__file__))
APP_PATH = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))


class Game(Enum):
Expand Down

0 comments on commit 2e668f2

Please sign in to comment.