chore(release): v0.1.2

This commit is contained in:
Tickbase
2025-05-18 23:37:33 +02:00
parent 2ec47c5936
commit ba94d3c272
4 changed files with 33 additions and 8 deletions

View File

@@ -1,6 +1,6 @@
[package]
name = "app"
version = "0.1.0"
version = "0.1.2"
description = "DLC Manager for Steam games on Linux"
authors = ["tickbase"]
license = ""

View File

@@ -11,16 +11,22 @@
"targets": "all",
"category": "Utility",
"createUpdaterArtifacts": true,
"icon": ["icons/128x128.png", "icons/128x128@2x.png", "icons/icon.png"]
"icon": [
"icons/128x128.png",
"icons/128x128@2x.png",
"icons/icon.png"
]
},
"productName": "Creamlinux",
"mainBinaryName": "creamlinux",
"version": "0.1.0",
"version": "0.1.2",
"identifier": "com.creamlinux.dev",
"plugins": {
"updater": {
"pubkey": "dW50cnVzdGVkIGNvbW1lbnQ6IG1pbmlzaWduIHB1YmxpYyBrZXk6IDJDNEI1NzBBRDUxODQ3RjEKUldUeFJ4alZDbGRMTE5Vc241NG5yL080UklnaW1iUGdUWElPRXloRGtKZ3M2SWkzK0RGSDh3Q2kK",
"endpoints": ["https://github.com/Novattz/rust-gui-dev/releases/latest/download/latest.json"]
"endpoints": [
"https://github.com/Novattz/rust-gui-dev/releases/latest/download/latest.json"
]
}
},
"app": {
@@ -40,4 +46,4 @@
"csp": null
}
}
}
}