Commit d5775d6e by web-desktop

chore:config launcher

parent 4d77a36c
#!/bin/bash
cd app
FILE="mprj-web-desktop-jar-with-dependencies.jar"
if [ -f "../$FILE" ];
......@@ -14,5 +15,6 @@ else
echo "File $FILE does not exist" >&2
cp $FILE ../
fi
cd ..
jre/bin/java -jar mprj-web-desktop-jar-with-dependencies.jar
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment