Display-Lock
Display-Lock copied to clipboard
Fix CI/CD by correcting the version.h path in build_inc.py
Issue
The CI/CD pipeline was failing because the build_inc.py script couldn't find the correct path to the version.h file during the build process.
Changes
This PR makes a single targeted change to fix the CI/CD pipeline:
- Updated the path in
build_inc.pyfrom./Display-Lock/resources/version.hto./src/resources/version.hto match the actual project structure
Testing
- Confirmed that the script successfully finds and updates the
version.hfile with different configuration parameters - Verified that the script passes all linting checks with a perfect score
- Manually tested the build increment script with various inputs
The fix is minimal and focused only on correcting the file path, ensuring the version information is correctly updated during the build process.
Fixes #127.
[!WARNING]
Firewall rules blocked me from connecting to one or more addresses
I tried to connect to the following addresses, but was blocked by firewall rules:
cdn.fwupd.org
- Triggering command:
/usr/bin/fwupdmgr refresh(dns block)If you need me to access, download, or install something from one of these locations, you can either:
- Configure Actions setup steps to set up my environment, which run before the firewall is enabled
- Add the appropriate URLs or hosts to my firewall allow list
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.