Skip to content

Commit

Permalink
Fix build and release 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Levminer committed Jun 10, 2024
1 parent 8682249 commit b7a627b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion platforms/core/tauri.windows.conf.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"bundle": {
"resources": ["rtc.dll"]
"resources": ["rtc.dll", "icons/32x32.png"]
}
}
2 changes: 1 addition & 1 deletion platforms/windows/service/service.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<AssemblyName>CoresService</AssemblyName>
<ApplicationIcon>Assets\icon.ico</ApplicationIcon>
<PublishProfile>win10-x64.pubxml</PublishProfile>
<Version>0.18.0</Version>
<Version>0.19.0</Version>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b7a627b

Please sign in to comment.