Skip to content

Commit

Permalink
Update Neutralinojs
Browse files Browse the repository at this point in the history
  • Loading branch information
AntumDeluge committed Jun 5, 2024
1 parent fd2dfd6 commit 0235e37
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions build.py
Original file line number Diff line number Diff line change
Expand Up @@ -653,11 +653,11 @@ def _packageDist(distname, ext="", verbose=False):
os.path.normpath("chargen/resources.neu"),
dir_temp, "resources.neu", verbose
)
if ext == ".exe":
copyFile(
os.path.normpath("chargen/WebView2Loader.dll"),
dir_temp, "WebView2Loader.dll", verbose
)
# ~ if ext == ".exe":
# ~ copyFile(
# ~ os.path.normpath("chargen/WebView2Loader.dll"),
# ~ dir_temp, "WebView2Loader.dll", verbose
# ~ )
copyDir(
os.path.normpath("../resources/doc"),
dir_temp, "doc", verbose
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,6 @@
},
"homepage": "https://github.com/AntumDeluge/chargen#readme",
"dependencies": {
"@neutralinojs/neu": "^9.5.0"
"@neutralinojs/neu": "^9.8.0"
}
}

0 comments on commit 0235e37

Please sign in to comment.