[PR #153] [CLOSED] macOS build with README #7

Closed
opened 2026-07-19 11:33:41 +03:00 by mirror-bot · 0 comments

📋 Pull Request Information

Original PR: https://github.com/Flowseal/tg-ws-proxy/pull/153
Author: @kstepanchuk
Created: 3/15/2026
Status: Closed

Base: mainHead: main


📝 Commits (10+)

📊 Changes

7 files changed (+751 additions, -0 deletions)

View changed files

macos/README.md (+103 -0)
macos/icon.icns (+0 -0)
macos/icon_tray.png (+0 -0)
macos/macos.py (+456 -0)
macos/macos.spec (+88 -0)
macos/requirements_macos.txt (+4 -0)
macos/updater.py (+100 -0)

📄 Description

отдельная папка для macOS с билдом .app


🔄 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/Flowseal/tg-ws-proxy/pull/153 **Author:** [@kstepanchuk](https://github.com/kstepanchuk) **Created:** 3/15/2026 **Status:** ❌ Closed **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (10+) - [`99fcdfe`](https://github.com/Flowseal/tg-ws-proxy/commit/99fcdfee0caa9c5c8ecc6e13824dfa2e7326f87c) macOS build - [`01396da`](https://github.com/Flowseal/tg-ws-proxy/commit/01396dae7830f969cef276aa598f35a2469c18a1) auto update from Flowseal/tg-ws-proxy - [`2b9e6c8`](https://github.com/Flowseal/tg-ws-proxy/commit/2b9e6c8b486958d773d7607e6289a50f79dc11e6) Delete macos.py - [`4326d44`](https://github.com/Flowseal/tg-ws-proxy/commit/4326d444f1eba563259f167543814914b8a4b547) Delete macos.spec - [`a0de795`](https://github.com/Flowseal/tg-ws-proxy/commit/a0de795fc0061cb68b584d3527d5105dbf7544be) Delete requirements_macos.txt - [`3f325f8`](https://github.com/Flowseal/tg-ws-proxy/commit/3f325f831ca617f6d7b4a45496f5941b70fb7d7b) Delete updater.py - [`cfce775`](https://github.com/Flowseal/tg-ws-proxy/commit/cfce775276ee024d92c79d683fa7cb60ad3e8526) Update README_macOS.md - [`5f3bdbe`](https://github.com/Flowseal/tg-ws-proxy/commit/5f3bdbe0a6e1ad3d86fa609bc4d8907dabcfc29e) Create macOS dir - [`b6b5b12`](https://github.com/Flowseal/tg-ws-proxy/commit/b6b5b12eb8c63a7f01d89305f00703de7be43a0c) macOS files - [`311bcb4`](https://github.com/Flowseal/tg-ws-proxy/commit/311bcb4399157fa8875ebc90832e982f251b4e92) Create README.md ### 📊 Changes **7 files changed** (+751 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `macos/README.md` (+103 -0) ➕ `macos/icon.icns` (+0 -0) ➕ `macos/icon_tray.png` (+0 -0) ➕ `macos/macos.py` (+456 -0) ➕ `macos/macos.spec` (+88 -0) ➕ `macos/requirements_macos.txt` (+4 -0) ➕ `macos/updater.py` (+100 -0) </details> ### 📄 Description отдельная папка для macOS с билдом .app --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
mirror-bot added the pull-request label 2026-07-19 11:33:41 +03:00
mirror-bot changed title from [PR #153] [CLOSED] macOS build with README to [PR #153] macOS build with README 2026-07-20 04:08:20 +03:00
mirror-bot changed title from [PR #153] macOS build with README to [PR #153] [CLOSED] macOS build with README 2026-07-20 22:54:25 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Utilities/tg-ws-proxy#7