PyInstallerEx 0.2.3__py3-none-any.whl → 0.2.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- pyinstallerex-0.2.4.data/data/bin/launcher_linux_arm64 +0 -0
- pyinstallerex-0.2.4.data/data/bin/launcher_linux_x86 +0 -0
- {pyinstallerex-0.2.3.dist-info → pyinstallerex-0.2.4.dist-info}/METADATA +5 -1
- {pyinstallerex-0.2.3.dist-info → pyinstallerex-0.2.4.dist-info}/RECORD +9 -7
- {pyinstallerex-0.2.3.data → pyinstallerex-0.2.4.data}/data/bin/launcher_windows.exe +0 -0
- {pyinstallerex-0.2.3.dist-info → pyinstallerex-0.2.4.dist-info}/WHEEL +0 -0
- {pyinstallerex-0.2.3.dist-info → pyinstallerex-0.2.4.dist-info}/entry_points.txt +0 -0
- {pyinstallerex-0.2.3.dist-info → pyinstallerex-0.2.4.dist-info}/licenses/LICENSE +0 -0
- {pyinstallerex-0.2.3.dist-info → pyinstallerex-0.2.4.dist-info}/top_level.txt +0 -0
|
Binary file
|
|
Binary file
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: PyInstallerEx
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: 扩展PyInstaller 使其拥有单文件安装功能不用每次都解压执行
|
|
5
5
|
Home-page: https://gitee.com/iiixxxiii/py-installer-ex
|
|
6
6
|
Author: lixin
|
|
@@ -522,6 +522,10 @@ script\install.bat
|
|
|
522
522
|
|
|
523
523
|
## 更新日志
|
|
524
524
|
|
|
525
|
+
- 2026-07-11 V 0.2.4
|
|
526
|
+
- 优化 `package.sh` 多环境下打包
|
|
527
|
+
|
|
528
|
+
|
|
525
529
|
- 2026-07-11 V 0.2.3
|
|
526
530
|
- 新增 **命令行参数透传**:Rust 启动器自动将命令行参数传递给内部程序
|
|
527
531
|
- 新增 **示例 07**:`07 - hello_world - parameter` 演示参数透传功能(`--add1`、`--add2`)
|
|
@@ -12,10 +12,12 @@ PyInstallerEx/utils/logging.py,sha256=ibsHJpb9EM9PcPqR6v1JSKE_Ds8TYyQL7xW5gJ3y0-
|
|
|
12
12
|
PyInstallerEx/utils/system_utils.py,sha256=h6FmRs0b-1SxQUKq6FBYXcUnlNGU4QJVZU-GRqiniIE,1787
|
|
13
13
|
PyInstallerEx/web/favicon.ico,sha256=b94bnY3bhaOpfqVVfxAgyO01Uq394zFSX1NnMJ_VRL4,4792
|
|
14
14
|
PyInstallerEx/web/index.html,sha256=WtSTTzVwV6Dbd0GdhmGjslB80o5YhK-45NmnRwXvidk,26385
|
|
15
|
-
pyinstallerex-0.2.
|
|
16
|
-
pyinstallerex-0.2.
|
|
17
|
-
pyinstallerex-0.2.
|
|
18
|
-
pyinstallerex-0.2.
|
|
19
|
-
pyinstallerex-0.2.
|
|
20
|
-
pyinstallerex-0.2.
|
|
21
|
-
pyinstallerex-0.2.
|
|
15
|
+
pyinstallerex-0.2.4.data/data/bin/launcher_linux_arm64,sha256=nAy9dfG-xfpDvYaqq3DZr6QpfmidmXsaXsOLwf9UlwY,628768
|
|
16
|
+
pyinstallerex-0.2.4.data/data/bin/launcher_linux_x86,sha256=BeIsqlfNt-C7Hbcy-DtH_wRTcLbVAYszIbLMM2qkSUA,666920
|
|
17
|
+
pyinstallerex-0.2.4.data/data/bin/launcher_windows.exe,sha256=XnhCQTYUz9mO2JmDQQrHBhb9xWu30WZepNWKs_vITD0,560111
|
|
18
|
+
pyinstallerex-0.2.4.dist-info/licenses/LICENSE,sha256=gJMyY7Y3xJe823jSSrjqClKnIDadTqac_AWDKhtk4MU,1087
|
|
19
|
+
pyinstallerex-0.2.4.dist-info/METADATA,sha256=uJdaxQcEdvRkHZFOmT8KpbhfY77fLcsjz7aFVmycixU,22175
|
|
20
|
+
pyinstallerex-0.2.4.dist-info/WHEEL,sha256=K260EYznzXsJYBQGqmI8VTxEdiZYNvDZwW9cBh9-_MA,91
|
|
21
|
+
pyinstallerex-0.2.4.dist-info/entry_points.txt,sha256=eAhB_3WmcQynUlMoYxIae07YmukREa5X5dckoW54c8M,106
|
|
22
|
+
pyinstallerex-0.2.4.dist-info/top_level.txt,sha256=9tZxCt64hdf26oWbxc63X2Bkp4xR47EVKeNgc0Rk374,23
|
|
23
|
+
pyinstallerex-0.2.4.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|