Commit de355532 by web-desktop

chore:config launcher

parent 5da2a25e
#!/bin/bash
cd app
FILE="mprj-web-desktop-jar-with-dependencies.jar"
FILE="AppUpdateManager.jar"
if [ -f "../$FILE" ];
then
......@@ -15,5 +15,5 @@ else
cp $FILE ../
fi
cd ..
jre/bin/java -jar mprj-web-desktop-jar-with-dependencies.jar
jre/bin/java -jar AppUpdateManager.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