Support bundeling applications; Set icon for TIM Tool

This commit is contained in:
Jaby 2025-02-12 22:22:40 +01:00
parent 9146bf94a5
commit 13c051715e
4 changed files with 16 additions and 2 deletions

View File

@ -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

View File

@ -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"
}

View File

@ -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
"""

BIN
src/Tools/tim_tool/ui/assets/TimTool64x64.png (Stored with Git LFS) Normal file

Binary file not shown.