Fix CI builds: complete AmneziaVPN → FRKN rebrand in build system#1
Closed
Copilot wants to merge 4 commits into
Closed
Fix CI builds: complete AmneziaVPN → FRKN rebrand in build system#1Copilot wants to merge 4 commits into
Copilot wants to merge 4 commits into
Conversation
…mneziaVPN to FRKN - Fix WiX fragment ID mismatch (CM_CP_AmneziaVPN_service.exe -> CM_CP_FRKN_service.exe) - Fix WiX service names and close_client_patch target - Fix CPack package configuration (name, vendor, executables) - Fix service RC file OriginalFilename - Update deploy.yml artifact names for all platforms (Windows, Android, Linux, macOS) - Remove stale org.amneziavpn.package directory - Fix macOS NE build script naming (AmneziaVPN -> FRKN) - Fix macOS distribution.xml package identifiers - Fix macOS install/uninstall check scripts - Add componentscript.js and config file copying in config.cmake for Windows builds Agent-Logs-Url: https://github.com/mrfeod/frkn-app/sessions/cf31ca22-b457-4dea-b421-3233f3d18df3 Co-authored-by: mrfeod <14350522+mrfeod@users.noreply.github.com>
…xists - Change Build-Linux-Ubuntu from self-hosted 'android-runner' to 'ubuntu-latest' (the self-hosted runner is unavailable; last successful run used ubuntu-22.04) - Add mkdir -p for installer data directory before 7z archive creation (the data/ directory doesn't exist in the source tree after rebrand cleanup) Agent-Logs-Url: https://github.com/mrfeod/frkn-app/sessions/f61b21f5-def8-4f95-b8bc-676a6d00b8f3 Co-authored-by: mrfeod <14350522+mrfeod@users.noreply.github.com>
Copilot created this pull request from a session on behalf of
mrfeod
March 27, 2026 09:49
View session
…ersion - Linux: Add missing build deps (libgl-dev, libxkbcommon-dev), reduce parallelism to -j2 to prevent OOM on GitHub runners, add apt-get -y flag - macOS: Fix codesign checks to use -n (non-empty) instead of +x (is-set) so empty secrets don't trigger signing; make pkgbuild/productbuild --sign flag conditional via SIGN_INSTALLER_ARGS array - macOS-old: Update Xcode from 15.4.0 (unavailable) to 16.2.0 - macOS-NE: Add missing env vars (MAC_TRUST_CERT_BASE64, etc.) + export QT_MACOS_ROOT_DIR; gracefully skip NE build when signing secrets missing Agent-Logs-Url: https://github.com/mrfeod/frkn-app/sessions/5da80858-c58f-4850-9522-ebce8948ab39 Co-authored-by: mrfeod <14350522+mrfeod@users.noreply.github.com>
…osted runner The Build-Android job was configured with runs-on: android-runner (a self-hosted runner that is offline), causing the job to hang in queued state indefinitely. All build dependencies (Qt, Java, NDK) are already installed via GitHub Actions, so ubuntu-latest works correctly. Agent-Logs-Url: https://github.com/mrfeod/frkn-app/sessions/1ab218f8-e5de-4afd-b60f-b77fe1a2873a Co-authored-by: mrfeod <14350522+mrfeod@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
build_macos.sh-yflagruns-on: android-runner→runs-on: ubuntu-latest(self-hosted runner was offline, job hung forever)✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.