[PR #25] [MERGED] Dev #26

Closed
opened 2026-03-03 00:05:56 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/avikeid2007/Ping-Legacy/pull/25
Author: @avikeid2007
Created: 1/16/2026
Status: Merged
Merged: 1/16/2026
Merged by: @avikeid2007

Base: masterHead: dev


📝 Commits (5)

  • 4d8ff93 Add traditional installer build, docs, and CI automation
  • 97b7467 Fix workflow: use correct solution file for build
  • a727ea4 Fix WinUI3 publish for traditional installer builds
  • 52201cf Fix Inno Setup installer: update paths and icon handling
  • 3fa5d51 Merge pull request #24 from avikeid2007/avnish/migrateWinUI

📊 Changes

11 files changed (+2027 additions, -0 deletions)

View changed files

.github/workflows/build-and-release.yml (+237 -0)
BuildInstaller.ps1 (+96 -0)
CREATE_INSTALLER.md (+422 -0)
DOWNLOAD.md (+153 -0)
FIX_INNO_SETUP.md (+135 -0)
InnoSetup.iss (+104 -0)
LICENSE (+21 -0)
RELEASE_CHECKLIST.md (+233 -0)
TROUBLESHOOTING_INSTALLER.md (+174 -0)
WORKFLOW_FIX.md (+69 -0)
WORKFLOW_GUIDE.md (+383 -0)

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/avikeid2007/Ping-Legacy/pull/25 **Author:** [@avikeid2007](https://github.com/avikeid2007) **Created:** 1/16/2026 **Status:** ✅ Merged **Merged:** 1/16/2026 **Merged by:** [@avikeid2007](https://github.com/avikeid2007) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (5) - [`4d8ff93`](https://github.com/avikeid2007/Ping-Legacy/commit/4d8ff93e23369a9b36e2cd6ff4f45734b6cb24c4) Add traditional installer build, docs, and CI automation - [`97b7467`](https://github.com/avikeid2007/Ping-Legacy/commit/97b746712acc841e1b755a35c47e4104348231d2) Fix workflow: use correct solution file for build - [`a727ea4`](https://github.com/avikeid2007/Ping-Legacy/commit/a727ea4928595a64ea9fa02a983b630c79d7c195) Fix WinUI3 publish for traditional installer builds - [`52201cf`](https://github.com/avikeid2007/Ping-Legacy/commit/52201cf43d99dfd806975a202e4e83a68e48ad17) Fix Inno Setup installer: update paths and icon handling - [`3fa5d51`](https://github.com/avikeid2007/Ping-Legacy/commit/3fa5d51a91768c59261b951127c2ef3a699fd13b) Merge pull request #24 from avikeid2007/avnish/migrateWinUI ### 📊 Changes **11 files changed** (+2027 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/build-and-release.yml` (+237 -0) ➕ `BuildInstaller.ps1` (+96 -0) ➕ `CREATE_INSTALLER.md` (+422 -0) ➕ `DOWNLOAD.md` (+153 -0) ➕ `FIX_INNO_SETUP.md` (+135 -0) ➕ `InnoSetup.iss` (+104 -0) ➕ `LICENSE` (+21 -0) ➕ `RELEASE_CHECKLIST.md` (+233 -0) ➕ `TROUBLESHOOTING_INSTALLER.md` (+174 -0) ➕ `WORKFLOW_FIX.md` (+69 -0) ➕ `WORKFLOW_GUIDE.md` (+383 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-03 00:05:56 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Ping-Legacy#26
No description provided.