Skip to content

Commit 11577c9

Browse files
committed
Add note for windows path separator issue
1 parent 297ca04 commit 11577c9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/topic/repack.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,10 @@ Append another option::
108108

109109
$ pyarmor cfg pack:pyi_options + " --add-data joker/config.json:joker"
110110

111+
In Windows, maybe need use ``;`` as path separator instead of ``:``::
112+
113+
C:/User/test> pyarmor cfg pack:pyi_options + "--add-data joker/config.json;joker"
114+
111115
All of them could be done by one command::
112116

113117
$ pyarmor cfg pack:pyi_options = " -w -i favion.ico --add-data joker/config.json:joker"

0 commit comments

Comments
 (0)