Skip to content

Commit

Permalink
change target addon folder
Browse files Browse the repository at this point in the history
  • Loading branch information
searene committed May 20, 2022
1 parent e198d71 commit aa01a2f
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/1249872340
ANKI_ADDON_DIR=$HOME/Library/Application\ Support/Anki2/addons21/word_fellow

./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/1249872340
ANKI_ADDON_DIR=$HOME/AppData/Roaming/Anki2/addons21/word_fellow

./package.sh "${PACKAGE_DIR}"

Expand Down

0 comments on commit aa01a2f

Please sign in to comment.