Skip to content

Commit 195390d

Browse files
committed
Fix CI: Create vcpkg cache directory & bump version to 6.10.13.4
1 parent 9a1fa94 commit 195390d

2 files changed

Lines changed: 5 additions & 4 deletions

File tree

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ jobs:
5050
- name: Bootstrap vcpkg
5151
shell: pwsh
5252
run: |
53+
New-Item -ItemType Directory -Force -Path "${{ env.VCPKG_DEFAULT_BINARY_CACHE }}"
5354
cd third_party/vcpkg
5455
if (-not (Test-Path "vcpkg.exe")) {
5556
./bootstrap-vcpkg.bat

QuickView/QuickView.rc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212

1313
// Version Information - This sets the display name in Windows
1414
VS_VERSION_INFO VERSIONINFO
15-
FILEVERSION 6,10,13,3
16-
PRODUCTVERSION 6,10,13,3
15+
FILEVERSION 6,10,13,4
16+
PRODUCTVERSION 6,10,13,4
1717
FILEFLAGSMASK 0x3fL
1818
FILEFLAGS 0x0L
1919
FILEOS 0x40004L
@@ -26,12 +26,12 @@ BEGIN
2626
BEGIN
2727
VALUE "CompanyName", "QuickView"
2828
VALUE "FileDescription", "QuickView"
29-
VALUE "FileVersion", "6.10.13.3"
29+
VALUE "FileVersion", "6.10.13.4"
3030
VALUE "InternalName", "QuickView"
3131
VALUE "LegalCopyright", "Copyright (C) 2026"
3232
VALUE "OriginalFilename", "QuickView.exe"
3333
VALUE "ProductName", "QuickView"
34-
VALUE "ProductVersion", "6.10.13.3"
34+
VALUE "ProductVersion", "6.10.13.4"
3535
END
3636
END
3737
BLOCK "VarFileInfo"

0 commit comments

Comments
 (0)