Skip to content

Commit c3c76f7

Browse files
committed
fix(build): add missing install scripts to packaging pipeline
install_i18n.sh and install_func.sh were sourced by customize.sh but not included in the SCRIPTS array, causing install to fail on device.
1 parent 50817f1 commit c3c76f7

4 files changed

Lines changed: 6 additions & 4 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "zeromount"
3-
version = "2.0.175-dev"
3+
version = "2.0.177-dev"
44
edition = "2021"
55

66
[dependencies]

module/module.prop

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
id=meta-zeromount
22
name=ZeroMount
3-
version=v2.0.175-dev
4-
versionCode=20175
3+
version=v2.0.177-dev
4+
versionCode=20177
55
author=Enginex0
66
description=Mountless module loading via VFS redirection with SUSFS integration. Supports OverlayFS and magic mount fallback. GHOST👻
77
updateJson=https://raw.githubusercontent.com/Enginex0/zeromount/master/update.json

scripts/package.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,8 @@ SCRIPTS=(
5858
action.sh
5959
boot-completed.sh
6060
common.sh
61+
install_func.sh
62+
install_i18n.sh
6163
post-fs-data.sh
6264
metamount.sh
6365
service.sh

0 commit comments

Comments
 (0)