Compare commits

...

3 commits

Author SHA1 Message Date
Antoni
806017f893
Merge 0e1691ee4c into 3c9e009433 2025-05-18 21:43:27 +03:00
Antoni
3c9e009433
[ANY] Rename Proguard Libraries for release 2025-05-18 21:43:14 +03:00
microwin7
0e1691ee4c
Add Discord Widget 2023-05-19 22:40:26 +03:00
2 changed files with 5 additions and 2 deletions

View file

@ -35,6 +35,7 @@ jobs:
run: |
mkdir -p artifacts/modules
cd LaunchServer/build/libs
mv proguard proguard-libraries
zip -r -9 ../../../artifacts/libraries.zip * -x "LaunchServer.jar" -x "LaunchServer-clean.jar"
cp LaunchServer.jar ../../../artifacts/LaunchServer.jar
cd ../../..

View file

@ -1,4 +1,6 @@
# Modification of the launcher sashok724's v3 from Gravit [![Build Status](https://travis-ci.com/GravitLauncher/Launcher.svg?branch=master)](https://travis-ci.com/GravitLauncher/Launcher)
# Modification of the launcher sashok724's v3 from Gravit
[![Build Status](https://travis-ci.com/GravitLauncher/Launcher.svg?branch=master)](https://travis-ci.com/GravitLauncher/Launcher)
[![Join our Discord](https://img.shields.io/discord/853340557522370561.svg?logo=discord&label=)](https://discord.gg/b9QG4ygY75)
* [Discord channel](https://discord.gg/b9QG4ygY75)
@ -9,4 +11,4 @@
```sh
curl -s https://raw.githubusercontent.com/GravitLauncher/Launcher/master/get_it.sh | sh
```
```