Skip to content

Commit

Permalink
Bump to 0.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
isra17 committed Jul 20, 2022
1 parent 55989a1 commit 9597a91
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
[![Build Status](https://travis-ci.org/isra17/nrs.svg?branch=master)](https://travis-ci.org/isra17/nrs)

# NRS
## NSIS Reversing Suite

Expand All @@ -26,7 +24,7 @@ Create symbolic links from NRS modules to IDA folders: `python -c 'import nrs.id

Open IDA and load any NSIS installer!

If you have errors about `nrs` modules not found, ensure you run IDA from the Python venv.
If you have errors about `nrs` modules not found, ensure you run IDA from the Python venv.
A simple way is simply to run it from command line with your virtualenv activated:
```
$ source venv/bin/activate
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@
], depends=['nrs/ext/bzlib/bzlib.h'])

setup(name='nrs',
version='0.2.4',
version='0.2.5',
description='NSIS Reversing Suite',
long_description='',
author='isra17',
author_email='[email protected]',
url='https://github.com/isra17/nrs',
Expand Down

0 comments on commit 9597a91

Please sign in to comment.