Skip to content

Commit

Permalink
Fixed update-module-arealist build
Browse files Browse the repository at this point in the history
  • Loading branch information
CromFr committed Nov 4, 2023
1 parent 8612197 commit ab0a91e
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
14 changes: 7 additions & 7 deletions update-module-arealist/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
docs.json
__dummy.html
docs/
/update-module-arealist
update-module-arealist.so
update-module-arealist.dylib
update-module-arealist.dll
update-module-arealist.a
update-module-arealist.lib
update-module-arealist-test-*
nwn2-update-module-arealist
nwn2-update-module-arealist.so
nwn2-update-module-arealist.dylib
nwn2-update-module-arealist.dll
nwn2-update-module-arealist.a
nwn2-update-module-arealist.lib
nwn2-update-module-arealist-test-*
*.exe
*.o
*.obj
Expand Down
4 changes: 2 additions & 2 deletions update-module-arealist/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Item price adjuster
# Module area list updater

Updates the module area list stored inside the module.ifo file. Useful if you
want add or delete areas and don't want to open the module in the toolset to
Expand Down Expand Up @@ -29,4 +29,4 @@ On Windows, you can drag and drop the module.ifo file on the executable, or use

```bash
dub build -b release
```
```
2 changes: 1 addition & 1 deletion update-module-arealist/dub.sdl
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ description "Update the area list stored in the module.ifo file"
authors "Crom"
copyright "Copyright © 2021, Crom"
license "GPLv3"
dependency "nwn-lib-d" version="~>1.0.2"
dependency "nwn-lib-d" version="~>1.1.0"
4 changes: 2 additions & 2 deletions update-module-arealist/dub.selections.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"fileVersion": 1,
"versions": {
"gfm": "8.0.6",
"intel-intrinsics": "1.10.10",
"nwn-lib-d": "1.0.4"
"intel-intrinsics": "1.11.15",
"nwn-lib-d": "1.1.0"
}
}

0 comments on commit ab0a91e

Please sign in to comment.