Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
付燕斌
android-image-pack-tool
Commits
b2696f70
Commit
b2696f70
authored
Sep 20, 2024
by
fuyanbin
Browse files
fix: imgrepacker bug 解包时找不到文件路径
parent
235a8bfa
Pipeline
#56030
passed with stages
in 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
pack-ci.sh
View file @
b2696f70
...
@@ -179,7 +179,9 @@ unpack_and_mount_image() {
...
@@ -179,7 +179,9 @@ unpack_and_mount_image() {
echo
"Allwinner PhoenixSute Image Format Detected.."
echo
"Allwinner PhoenixSute Image Format Detected.."
is_allwinner
=
1
is_allwinner
=
1
cp
"
$img
"
"
$update_img_tmp_dir
/update.img"
cp
"
$img
"
"
$update_img_tmp_dir
/update.img"
imgrepacker /skip
"
$update_img_tmp_dir
/update.img"
pushd
"
$update_img_tmp_dir
"
imgrepacker /skip ./update.img
popd
rm
-f
"
$update_img_tmp_dir
/update.img"
rm
-f
"
$update_img_tmp_dir
/update.img"
super_file
=
"
$update_img_tmp_dir
/update.img.dump/super.fex"
super_file
=
"
$update_img_tmp_dir
/update.img.dump/super.fex"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment