8000 cargo-packager config · RustPython/RustPython@cebbca9 · GitHub
[go: up one dir, main page]

Skip to content

Commit cebbca9

Browse files
committed
cargo-packager config
Signed-off-by: Ashwin Naren <arihant2math@gmail.com>
1 parent 1a2dda5 commit cebbca9

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Cargo.toml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,21 @@ rev = "2024.02.14"
9191
[package.metadata.vcpkg.target]
9292
x86_64-pc-windows-msvc = { triplet = "x64-windows-static-md", dev-dependencies = ["openssl" ] }
9393

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+
94109
[workspace]
95110
resolver = "2"
96111
members = [

0 commit comments

Comments
 (0)
0