File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -49,18 +49,18 @@ After checking out the code, run this:
4949``` bash
5050./gradlew shadowJar
5151```
52- Your Jarfile should appear at ` ./build/libs/Webicity -all.jar ` .
52+ Your Jarfile should appear at ` ./WebicityBrowser/ build/libs/WebicityBrowser -all.jar ` .
5353
5454## Running a built jar (Windows, Linux)
5555You can run the application with this command:
5656``` bash
57- java -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=10 -XX:+UseG1GC -jar Webicity -all.jar
57+ java -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=10 -XX:+UseG1GC -jar WebicityBrowser -all.jar
5858```
5959
6060## Running a built jar (MacOS)
6161MacOS users must instead this command:
6262``` bash
63- java -XstartOnFirstThread -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=10 -XX:+UseG1GC -jar Webicity -all.jar
63+ java -XstartOnFirstThread -XX:MaxHeapFreeRatio=10 -XX:MinHeapFreeRatio=10 -XX:+UseG1GC -jar WebicityBrowser -all.jar
6464```
6565
6666## Disclaimer
You can’t perform that action at this time.
0 commit comments