Skip to content

Commit

Permalink
fix directory not exist
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleoflqj committed Jan 10, 2025
1 parent 04ce2e5 commit 90d0db3
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -11,3 +11,4 @@
/.appanalyzer
*.bz2
prebuilt
resfile
1 change: 0 additions & 1 deletion entry/src/main/resources/resfile/.gitignore

This file was deleted.

1 change: 1 addition & 0 deletions scripts/install-deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ for dep in "${deps[@]}"; do
done

RES_EXTRACT_DIR=entry/src/main/resources/resfile/usr
mkdir -p $RES_EXTRACT_DIR

file=chinese-addons-any.tar.bz2
[[ -f cache/$file ]] || wget -P cache https://github.com/fcitx-contrib/fcitx5-plugins/releases/download/macos/$file
Expand Down

0 comments on commit 90d0db3

Please sign in to comment.