Skip to content

Commit

Permalink
add exegol folder
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayfly277 committed Sep 26, 2024
1 parent f52a8ad commit e92982e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion arsenal/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
__author_email__ = '[email protected]'
__license__ = 'GPL-3.0'
__url__ = 'https://github.com/Orange-Cyberdefense/arsenal'
__version__ = '1.2.4'
__version__ = '1.2.5'
3 changes: 2 additions & 1 deletion arsenal/modules/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
join(BASEPATH, "my_cheats"),
join(HOMEPATH, ".cheats"),
# Add exegol folder
"/opt/my-resources/my-cheats"
"/opt/my-resources/my-cheats",
"/opt/my-resources/setup/my-cheats"
]

messages_error_missing_arguments = 'Error missing arguments'
Expand Down
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='arsenal-cli',
version='1.2.4',
version='1.2.5',
packages=find_packages(),
install_requires=REQUIREMENTS,
include_package_data=True,
Expand Down

0 comments on commit e92982e

Please sign in to comment.