We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 297ca04 commit 11577c9Copy full SHA for 11577c9
docs/topic/repack.rst
@@ -108,6 +108,10 @@ Append another option::
108
109
$ pyarmor cfg pack:pyi_options + " --add-data joker/config.json:joker"
110
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
115
All of them could be done by one command::
116
117
$ pyarmor cfg pack:pyi_options = " -w -i favion.ico --add-data joker/config.json:joker"
0 commit comments