fix inst
This commit is contained in:
parent
6a7de047cc
commit
dfaac1bd51
1 changed files with 1 additions and 1 deletions
2
build.py
2
build.py
|
@ -150,12 +150,12 @@ def inst(project):
|
|||
shell=True,
|
||||
check=True,
|
||||
)
|
||||
package_native(project)
|
||||
run(
|
||||
"sudo install -m=755 target/uberjar/" + project.name + "-standalone.jar /usr/local/bin/" + project.name + "-standalone.jar",
|
||||
shell=True,
|
||||
check=True,
|
||||
)
|
||||
package_native(project)
|
||||
run(
|
||||
"sudo install -m=755 target/graalvm/" + project.name + " /usr/local/bin/" + project.name + "",
|
||||
shell=True,
|
||||
|
|
Loading…
Reference in a new issue