mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-06-13 08:25:07 -04:00
fix(verify-flatpak): sync overlay with vid's desktopApp rename
Upstream manifest at vidplace7/org.meshtastic.desktop now references desktopApp/ instead of the old desktop/ module path. Our overlay was stale and failed with `sed: can't read desktop/build.gradle.kts: No such file or directory` partway into the build phase. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -74,11 +74,11 @@ modules:
|
||||
- >
|
||||
sed -i
|
||||
's/^\(\s*\)vendor\.set(JvmVendorSpec\.JETBRAINS)/\1\/\/ vendor.set(JvmVendorSpec.JETBRAINS)/'
|
||||
desktop/build.gradle.kts
|
||||
desktopApp/build.gradle.kts
|
||||
# Force Gradle to resolve from the bundled offline-repository ONLY (true offline test).
|
||||
- ./gradlew --offline :desktop:packageUberJarForCurrentOS
|
||||
- ./gradlew --offline :desktopApp:packageUberJarForCurrentOS
|
||||
- >
|
||||
JAR_FILE=$(find desktop/build/compose/jars/ -name "*.jar" -type f | head -1)
|
||||
JAR_FILE=$(find desktopApp/build/compose/jars/ -name "*.jar" -type f | head -1)
|
||||
&& install -Dm755 "$JAR_FILE" /app/lib/meshtastic-desktop.jar
|
||||
sources:
|
||||
- type: file
|
||||
|
||||
Reference in New Issue
Block a user