Support bundeling applications; Set icon for TIM Tool
This commit is contained in:
parent
9146bf94a5
commit
13c051715e
|
@ -6,4 +6,4 @@ RUST_VERSION=1.84.0
|
|||
echo "<<< Install Rust $RUST_VERSION >>>"
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- --default-toolchain=$RUST_VERSION -y
|
||||
. "$HOME/.cargo/env"
|
||||
cargo install cargo-edit --locked
|
||||
cargo install cargo-edit cargo-bundle --locked
|
|
@ -50,7 +50,7 @@
|
|||
{
|
||||
"id": "cargo cmd",
|
||||
"type":"pickString",
|
||||
"options": ["build", "check", "upgrade", "clean", "run", "tree"],
|
||||
"options": ["build", "check", "run", "upgrade", "clean", "bundle"],
|
||||
"default": "build",
|
||||
"description": "cargo command to run"
|
||||
}
|
||||
|
|
|
@ -14,3 +14,14 @@ tool_helper = {path = "../tool_helper"}
|
|||
|
||||
[build-dependencies]
|
||||
slint-build = "1.9.2"
|
||||
|
||||
[package.metadata.bundle]
|
||||
name = "TIMTOOL"
|
||||
identifier = "zone.jabyengine.timtool"
|
||||
icon = ["ui/assets/TimTool64x64.png"]
|
||||
copyright = "Copyright (c) 2025 Jaby MIT License"
|
||||
category = "Developer Tool"
|
||||
short_description = "TIM Tool for JabyEngine"
|
||||
long_description = """
|
||||
A new interpetation of the TIM Tool from Sony, for use with PSYQ and the JabyEngine
|
||||
"""
|
Binary file not shown.
Loading…
Reference in New Issue