File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,21 @@ rev = "2024.02.14"
91
91
[package .metadata .vcpkg .target ]
92
92
x86_64-pc-windows-msvc = { triplet = " x64-windows-static-md" , dev-dependencies = [" openssl" ] }
93
93
94
+ [package .metadata .packager ]
95
+ before-packaging-command = " cargo build --release --features ssl,sqlite,jit"
96
+ product-name = " RustPython"
97
+ identifier = " com.rustpython.rustpython"
98
+ description = " An open source Python 3 interpreter written in Rust"
99
+ homepage = " https://rustpython.github.io/"
100
+ license_file = " LICENSE"
101
+ authors = [" RustPython Team" ]
102
+ publisher = " RustPython Team"
103
+ resources = [" LICENSE" , " README.md" , " Lib" ]
104
+ icons = [" 32x32.png" ]
105
+
106
+ [package .metadata .packager .nsis ]
107
+ installer_mode = " both"
108
+
94
109
[workspace ]
95
110
resolver = " 2"
96
111
members = [
2E13
You can’t perform that action at this time.
0 commit comments