Support bundeling applications; Set icon for TIM Tool

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

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