Commit ed85ff67 by web-desktop

chore:config launcher

parent 981d3a65
#!/bin/bash #!/bin/bash
cd app cd app
FILE="AppUpdateManager.jar" FILE="WebDesktop.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 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