ZhaoQi99 / pyencrypt-pye

加密Python代码&动态导入(encrypt Python source code and import dynamically).
GNU General Public License v3.0
29 stars 3 forks source link

pyencrypt cli --with-license option not passed on #30

Closed agpf closed 11 months ago

agpf commented 11 months ago

看起来 with-license 参数没有传递到 generate_so_file ,导致:--width-license 失效。

我简单添加了一下, encrypt_command::generate_so_file(..., license=with_license)

简单从测试了一下,通过

ZhaoQi99 commented 11 months ago

看起来 with-license 参数没有传递到 generate_so_file ,导致:--width-license 失效。

我简单添加了一下, encrypt_command::generate_so_file(..., license=with_license)

简单从测试了一下,通过

generate_so_file(cipher_key, d, n, license=with_license)忘了传参了😂 https://github.com/ZhaoQi99/pyencrypt-pye/blob/4b87b3f2e39f537058cdb9ab759214956a25ae27/pyencrypt/cli.py#L188-L192

ZhaoQi99 commented 11 months ago

看起来 with-license 参数没有传递到 generate_so_file ,导致:--width-license 失效。

我简单添加了一下, encrypt_command::generate_so_file(..., license=with_license)

简单从测试了一下,通过

Release 了 v0.2.1,你试试