Commit 4677671
committed
Keep apk 'r' release prefix in built asset filenames
The rename step used bare ${PKG_RELEASE}, so the release asset was
pkg-<ver>-5.apk while the SDK/local build produces pkg-<ver>-r5.apk. Compute a
per-ext release token (apk -> r${PKG_RELEASE}, opkg unchanged) so 25.12 apk
filenames keep the 'r', matching the local build and dev.mossdef.org.1 parent 72c0872 commit 4677671
1 file changed
Lines changed: 3 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
224 | 224 | | |
225 | 225 | | |
226 | 226 | | |
| 227 | + | |
| 228 | + | |
227 | 229 | | |
228 | 230 | | |
229 | | - | |
| 231 | + | |
230 | 232 | | |
231 | 233 | | |
232 | 234 | | |
| |||
0 commit comments