Restore v1.1.6 application baseline with Windows/macOS CI - #147
Open
Ku-Tadao wants to merge 5 commits into
Open
Conversation
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.
Purpose
Restore the application contents of
mainto the publishedv1.1.6baseline while preserving Git history, then retain the useful newer CI capabilities without bringing back the Tauri loader.Baseline
4d641f52bc5d70aac4c09dfa1fa7a043a9069aff9054aa7101e21aa753f61ee4971f617111bc5c90backup/main-before-v1.1.6-reset-2026-07-31CI additions
Only these CI/documentation files differ from the
v1.1.6release tree:.github/workflows/build.yml: automatic push and PR builds plus manual releasesREADME.md: retains the SignPath sponsor acknowledgement from the newer mainmakefile: macOS x86_64 core buildcore/insert_dylib.c: macOS injector build utilityThe workflow builds:
core.dylibandinsert_dylibonly—no Tauri app or Tauri dependenciesVerified on both platforms: https://github.com/PenguLoader/PenguLoader/actions/runs/30664269363
The restore and CI additions remain normal commits and can be reverted normally.