feat(macos): align minimum system version to 10.15 Catalina (fixes #148) #155

Merged
gronod merged 1 commits from feat/macos-min-version-148 into development 2026-08-30 19:11:00 +01:00
3 changed files with 6 additions and 3 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
{
"name": "iccery",
"private": true,
"version": "0.5.1",
"version": "0.5.2",
"type": "module",
"scripts": {
"fetch-argyll": "node scripts/fetch-argyll.mjs",
+1 -1
View File
@@ -1,6 +1,6 @@
[package]
name = "iccery"
version = "0.5.1"
version = "0.5.2"
description = "Modern Printer Profiling UI frontend for ArgyllCMS"
authors = ["Gordon"]
edition = "2021"
+4 -1
View File
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "ICCery",
"version": "0.5.1",
"version": "0.5.2",
"identifier": "com.gronod.iccery",
"build": {
"frontendDist": "../src"
@@ -35,6 +35,9 @@
"resources": [
"argyll/**/*"
],
"macOS": {
"minimumSystemVersion": "10.15"
},
"windows": {
"webviewInstallMode": {
"type": "skip"