Commit ed85ff67 by web-desktop

chore:config launcher

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