version bump

This commit is contained in:
Novattz
2025-12-22 20:21:32 +01:00
parent ae7dd9dbd0
commit a05cce1c18
4 changed files with 13 additions and 25 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "app"
version = "1.2.0"
name = "creamlinux-installer"
version = "1.3.0"
description = "DLC Manager for Steam games on Linux"
authors = ["tickbase"]
license = "MIT"
@@ -31,6 +31,7 @@ tauri-plugin-dialog = "2.0.0-rc"
tauri-plugin-fs = "2.0.0-rc"
num_cpus = "1.16.0"
tauri-plugin-process = "2"
async-trait = "0.1.89"
[features]
custom-protocol = ["tauri/custom-protocol"]

View File

@@ -10,12 +10,16 @@
"active": true,
"targets": "all",
"category": "Utility",
"icon": ["icons/128x128.png", "icons/128x128@2x.png", "icons/icon.png"],
"icon": [
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.png"
],
"createUpdaterArtifacts": true
},
"productName": "Creamlinux",
"mainBinaryName": "creamlinux",
"version": "1.2.0",
"version": "1.3.0",
"identifier": "com.creamlinux.dev",
"app": {
"withGlobalTauri": false,