diff --git a/package-lock.json b/package-lock.json index bd84fed..1b7e903 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "cores", - "version": "0.18.0", + "version": "0.19.0", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "cores", - "version": "0.18.0", + "version": "0.19.0", "license": "GPL-3.0", "workspaces": [ "apps/*", diff --git a/package.json b/package.json index 59c3396..16c50e8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cores", - "version": "0.18.0", + "version": "0.19.0", "description": "Modern hardware monitor for Windows.", "author": "Levminer", "license": "GPL-3.0", diff --git a/platforms/core/tauri.windows.conf.json b/platforms/core/tauri.windows.conf.json index 90cc444..712a76c 100644 --- a/platforms/core/tauri.windows.conf.json +++ b/platforms/core/tauri.windows.conf.json @@ -1,5 +1,5 @@ { "bundle": { - "resources": ["rtc.dll"] + "resources": ["rtc.dll", "icons/32x32.png"] } } diff --git a/platforms/windows/service/service.csproj b/platforms/windows/service/service.csproj index 9579f19..8b885a9 100644 --- a/platforms/windows/service/service.csproj +++ b/platforms/windows/service/service.csproj @@ -7,7 +7,7 @@ CoresService Assets\icon.ico win10-x64.pubxml - 0.18.0 + 0.19.0