Skip to content

Commit

Permalink
use numbers as the folder name
Browse files Browse the repository at this point in the history
  • Loading branch information
searene committed May 26, 2022
1 parent 025233d commit 5937855
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This script is used to deploy the add-on to Anki

PACKAGE_DIR=/tmp/word_fellow
ANKI_ADDON_DIR=$HOME/Library/Application\ Support/Anki2/addons21/word_fellow
ANKI_ADDON_DIR=$HOME/Library/Application\ Support/Anki2/addons21/1919071821

./package.sh "${PACKAGE_DIR}"

Expand Down
2 changes: 1 addition & 1 deletion deploy_win.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# This script is used to deploy the add-on to Anki

PACKAGE_DIR=/tmp/word_fellow
ANKI_ADDON_DIR=$HOME/AppData/Roaming/Anki2/addons21/word_fellow
ANKI_ADDON_DIR=$HOME/AppData/Roaming/Anki2/addons21/1919071821

./package.sh "${PACKAGE_DIR}"

Expand Down

0 comments on commit 5937855

Please sign in to comment.