Skip to content

Commit

Permalink
more please publish
Browse files Browse the repository at this point in the history
  • Loading branch information
jhnnsrs committed Sep 18, 2023
1 parent 33302d0 commit 5fb7b62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions mikroj/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -411,9 +411,9 @@ def show_exception(self, exception: Exception):

def main(run_packaged=False, **kwargs):
if run_packaged:
os.environ["JAVA_HOME"] = os.path.join(os.getcwd(), "share\\jdk")
os.environ["JAVA_HOME"] = os.path.join(os.getcwd(), "share", "jdk")
os.environ["PATH"] = (
os.path.join(os.getcwd(), "share\\mvn\\bin")
os.path.join(os.getcwd(), "share", "mvn", "bin")
+ os.pathsep
+ os.environ["PATH"]
)
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ packages = [{ include = "mikroj" }]
python = "<3.12,>=3.8"
pyimagej = "1.4.0"
scyjava = "^1.6.0"
arkitekt = { version = ">=0.5.40", extras = [
arkitekt = { version = ">=0.5.44", extras = [
"reaktion",
"rekuest",
"mikro",
Expand Down

0 comments on commit 5fb7b62

Please sign in to comment.