mirror of
https://github.com/GravitLauncher/Launcher
synced 2025-07-07 08:19:45 +03:00
Compare commits
3 commits
f50b2a7df8
...
806017f893
Author | SHA1 | Date | |
---|---|---|---|
|
806017f893 | ||
|
3c9e009433 | ||
|
0e1691ee4c |
2 changed files with 5 additions and 2 deletions
1
.github/workflows/push.yml
vendored
1
.github/workflows/push.yml
vendored
|
@ -35,6 +35,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
mkdir -p artifacts/modules
|
mkdir -p artifacts/modules
|
||||||
cd LaunchServer/build/libs
|
cd LaunchServer/build/libs
|
||||||
|
mv proguard proguard-libraries
|
||||||
zip -r -9 ../../../artifacts/libraries.zip * -x "LaunchServer.jar" -x "LaunchServer-clean.jar"
|
zip -r -9 ../../../artifacts/libraries.zip * -x "LaunchServer.jar" -x "LaunchServer-clean.jar"
|
||||||
cp LaunchServer.jar ../../../artifacts/LaunchServer.jar
|
cp LaunchServer.jar ../../../artifacts/LaunchServer.jar
|
||||||
cd ../../..
|
cd ../../..
|
||||||
|
|
|
@ -1,4 +1,6 @@
|
||||||
# Modification of the launcher sashok724's v3 from Gravit [](https://travis-ci.com/GravitLauncher/Launcher)
|
# Modification of the launcher sashok724's v3 from Gravit
|
||||||
|
[](https://travis-ci.com/GravitLauncher/Launcher)
|
||||||
|
[](https://discord.gg/b9QG4ygY75)
|
||||||
|
|
||||||
* [Discord channel](https://discord.gg/b9QG4ygY75)
|
* [Discord channel](https://discord.gg/b9QG4ygY75)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue