alexytomi committed 2026-03-01 05:12:23 +08:00
1 parent 54b2818be1
commit 166efa7500
54 files changed
+5 -5

No files matched your search

+3 -5
View File
@@ -73,18 +73,16 @@ jobs:
validate-wrappers: false
gradle-version: "8.11"
- name: Build JRE JAR files
- name: Run scripts
run: |
./scripts/languagelist_updater.sh
mkdir out
# Build JRE JAR files (security manager, etc...)
gradle :jre_lwjgl3glfw:build --no-daemon
- name: Build Release .apk
run: |
# Build the launcher
gradle :app_pojavlauncher:assembleRelease
mv app_pojavlauncher/build/outputs/apk/release/app_pojavlauncher-release.apk out/app-release.apk
mv app_pojavlauncher/build/outputs/apk/release/app_pojavlauncher-release-unsigned.apk out/app-release.apk
- name: Gen md5sums
run: |
+2
View File
@@ -233,4 +233,6 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar', '*.aar'])
implementation "net.java.dev.jna:jna:5.13.0@aar"
}
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.