Skip to content

Commit

Permalink
remove unused code
Browse files Browse the repository at this point in the history
  • Loading branch information
mengyanshou committed Aug 27, 2023
1 parent 06588cf commit bb05914
Show file tree
Hide file tree
Showing 11 changed files with 20 additions and 79 deletions.
6 changes: 3 additions & 3 deletions pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ packages:
description:
path: "."
ref: HEAD
resolved-ref: "61fa0e46fd18b050ea4fb7d8fcc9fee5cb839a49"
resolved-ref: "10a357ff925e1cdfe9c394b53c444f52aef591ec"
url: "https://github.com/nightmare-space/file_manager_view.git"
source: git
version: "1.0.0+1"
Expand Down Expand Up @@ -703,10 +703,10 @@ packages:
dependency: transitive
description:
name: screen_retriever
sha256: "4931f226ca158123ccd765325e9fbf360bfed0af9b460a10f960f9bb13d58323"
sha256: "61ee705de5fbca718ade89cf015d8d221868ea941625ae6437bec7876fb8ecc3"
url: "https://pub.dev"
source: hosted
version: "0.1.6"
version: "0.1.7"
screenshot:
dependency: "direct main"
description:
Expand Down
1 change: 0 additions & 1 deletion scripts/flutter_distributor/build_macos.sh

This file was deleted.

17 changes: 17 additions & 0 deletions scripts/github_actions/remove_github_actions.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# 用来删除Githb中的工作流
org=nightmare-space
repo=adb_kit

# Get workflow IDs with status "disabled_manually"
workflow_ids=($(gh api repos/$org/$repo/actions/workflows | jq '.workflows[] | .id'))
# echo $workflow_ids
for workflow_id in "${workflow_ids[@]}"
do
echo "Listing runs for the workflow ID $workflow_id"
run_ids=( $(gh api repos/$org/$repo/actions/workflows/$workflow_id/runs --paginate | jq '.workflow_runs[].id') )
for run_id in "${run_ids[@]}"
do
echo "Deleting Run ID $run_id"
gh api repos/$org/$repo/actions/runs/$run_id -X DELETE >/dev/null
done
done
5 changes: 0 additions & 5 deletions scripts/intl/patch.sh

This file was deleted.

Empty file removed scripts/native_shell/README.md
Empty file.
8 changes: 0 additions & 8 deletions scripts/native_shell/gen_release_app.sh

This file was deleted.

9 changes: 0 additions & 9 deletions scripts/native_shell/generate_mac_app.sh

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/native_shell/install_mac_app.sh

This file was deleted.

2 changes: 0 additions & 2 deletions scripts/native_shell/patch_executable.sh

This file was deleted.

1 change: 0 additions & 1 deletion scripts/native_shell/run_with_nativeshell.sh

This file was deleted.

48 changes: 0 additions & 48 deletions scripts/server/upload.sh

This file was deleted.

0 comments on commit bb05914

Please sign in to comment.