Skip to content

Fix CMake installer resource path - #3

Merged
LiebeBlack merged 1 commit into
mainfrom
liebeblack-fix-windows-build
Sep 14, 2026
Merged

LiebeBlack merged 1 commit into
mainfrom
liebeblack-fix-windows-build

Conversation

@LiebeBlack

Copy link
Copy Markdown
Owner

The CMake release build still failed while compiling the installer resource because installer/artpicst_installer.rc referenced the icon with a source-relative path that was resolved from the generated build directory.

This change makes the CMake path deterministic by configuring a generated installer resource script with the absolute, forward-slash path to resources/artpicst.ico. Manual batch and PowerShell builds continue using the existing source resource script.

git diff --check passes. Native CMake/MSVC compilation could not be run locally because this environment does not include CMake, MSVC, or rc.exe.

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
@LiebeBlack
LiebeBlack merged commit f669f9c into main Sep 14, 2026
1 check failed
@LiebeBlack
LiebeBlack deleted the liebeblack-fix-windows-build branch September 14, 2026 02:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant