Skip to content

Commit

Permalink
Fix bat files.
Browse files Browse the repository at this point in the history
  • Loading branch information
JimmXinu committed Jan 13, 2020
1 parent f1ca7b2 commit 2d7a51f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion makeplugin.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
python3 makeplugin.py
python makeplugin.py

calibre-customize -a EpubMerge.zip
2 changes: 1 addition & 1 deletion testplugin.bat
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
set PYTHONIOENCODING=UTF-8

python3 makeplugin.py
python makeplugin.py

set CALIBRE_DEVELOP_FROM=
set CALIBRE_OVERRIDE_LANG=
Expand Down

0 comments on commit 2d7a51f

Please sign in to comment.