Commit de355532 by web-desktop

chore:config launcher

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