Skip to content

Commit

Permalink
Tweak release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
brianferguson committed Sep 26, 2022
1 parent 0d7da32 commit 4b14bb1
Show file tree
Hide file tree
Showing 7 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
id: create_rmskin
run: |
Write-Output "Compressing archive: rmskin/*"
$target = "${{ github.event.repository.name }}_${{ github.event.release.tag_name }}.zip"
$target = "SysColor_${{ github.event.release.tag_name }}.zip"
Compress-Archive -Path ./rmskin/* -DestinationPath $target
Write-Output "Archive: $target"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ Changes
Here is a list of the major changes to the plugin.

##### Version:
* **2.0.0.19** - Updated project to use VS2022. Removed Windows XP support. Added Windows 10/11 accent support. Changed the default ColorType to `Accent`.
* **2.0.0.22** - Updated project to use VS2022. Removed Windows XP support. Added Windows 10/11 accent support. Changed the default ColorType to `Accent`.
* **1.1.0.15** - Fixed issue with XP systems asking for AERO+ options (thanks ikarus1969!).
* **1.1.0.13** - Added new types. Updated to latest SDK. Updated to use VS2013.
* **1.0.2** - Fixed crash when using `ColorType=Aero` across multiple skins.
Expand Down
4 changes: 2 additions & 2 deletions plugin/PluginSysColor/PluginSysColor.rc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//

VS_VERSION_INFO VERSIONINFO
FILEVERSION 2,0,0,21
FILEVERSION 2,0,0,22
PRODUCTVERSION 3,0,2,2161
FILEFLAGSMASK 0x17L
#ifdef _DEBUG
Expand All @@ -24,7 +24,7 @@ BEGIN
BEGIN
BLOCK "040904E4"
BEGIN
VALUE "FileVersion", "2.0.0.21"
VALUE "FileVersion", "2.0.0.22"
VALUE "LegalCopyright", "� 2022 - Brian Ferguson"

// Don't change the entries below!
Expand Down
Binary file modified rmskin/Plugins/32bit/SysColor.dll
Binary file not shown.
Binary file modified rmskin/Plugins/64bit/SysColor.dll
Binary file not shown.
Binary file modified rmskin/Skins/SysColor/@Resources/Plugins/32bit/SysColor.dll
Binary file not shown.
Binary file modified rmskin/Skins/SysColor/@Resources/Plugins/64bit/SysColor.dll
Binary file not shown.

0 comments on commit 4b14bb1

Please sign in to comment.