Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
ONEUI-7 committed Nov 12, 2024
1 parent 2baf28d commit 837c383
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
- main
workflow_dispatch:
env:
VERSION: '8.1.0'
VERSION: '8.2.0'
jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 1 addition & 2 deletions resources/module_codes/cn/extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,7 @@ function extract_single_img {
sudo debugfs "$single_file" <<EOF >/dev/null 2>&1
rdump / $WORK_DIR/$current_workspace/Extracted-files/${base_name}
EOF
sudo chmod a+w "$WORK_DIR/$current_workspace/Extracted-files/${base_name}"
sudo chmod 777 -R "$WORK_DIR/$current_workspace/Extracted-files/${base_name}"
sudo chmod -R a+rwx "$WORK_DIR/$current_workspace/Extracted-files/${base_name}"
echo "${single_file_name} 提取完成"
;;
payload)
Expand Down
3 changes: 1 addition & 2 deletions resources/module_codes/en/extract.sh
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,7 @@ function extract_single_img {
sudo debugfs "$single_file" <<EOF >/dev/null 2>&1
rdump / $WORK_DIR/$current_workspace/Extracted-files/${base_name}
EOF
sudo chmod a+w "$WORK_DIR/$current_workspace/Extracted-files/${base_name}"
sudo chmod 777 -R "$WORK_DIR/$current_workspace/Extracted-files/${base_name}"
sudo chmod -R a+rwx "$WORK_DIR/$current_workspace/Extracted-files/${base_name}"
echo "${single_file_name} extraction completed"
;;
payload)
Expand Down

0 comments on commit 837c383

Please sign in to comment.