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
a029686f
Commit
a029686f
authored
Jan 23, 2024
by
fuyanbin
Browse files
fix: 上传路径返回
parent
848f1867
Changes
1
Hide whitespace changes
Inline
Side-by-side
pack.sh
View file @
a029686f
...
@@ -133,7 +133,7 @@ upload() {
...
@@ -133,7 +133,7 @@ upload() {
then
then
7z a
-mm
=
LZMA2
"
$outfile_7z
"
"
$outfile
"
7z a
-mm
=
LZMA2
"
$outfile_7z
"
"
$outfile
"
upload.sh
--file
"
$outfile_7z
"
--directory
product/terminal/chroot_androidrom/
"
$ORGCODE
/
$date_i
"
upload.sh
--file
"
$outfile_7z
"
--directory
product/terminal/chroot_androidrom/
"
$ORGCODE
/
$date_i
"
IMG_URL
=
"https://cdn.linkfog.cn/""product/terminal/chroot_androidrom/
$ORGCODE
/
$date_i
/
$outfile_7z
"
IMG_URL
=
"https://cdn.linkfog.cn/""product/terminal/chroot_androidrom/
$ORGCODE
/
$date_i
/
$
(
basename
"
$
outfile_7z
"
)
"
echo
"RESULT:
${
VENDOR
}
${
IMG_URL
}
${
MD5SUM
}
${
TITLE
}
"
echo
"RESULT:
${
VENDOR
}
${
IMG_URL
}
${
MD5SUM
}
${
TITLE
}
"
rm
-f
"
$outfile
"
"
$outfile_7z
"
rm
-f
"
$outfile
"
"
$outfile_7z
"
...
...
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