Skip to content

Commit

Permalink
ci: don't build for macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
akiirui committed Apr 22, 2024
1 parent 98901ed commit e1b1933
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 93 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jobs:
asset_name_debug: windows-amd64-debug
target: x86_64-pc-windows-msvc

- os: macos-latest
artifact_name: mpv-handler
asset_name: macos-amd64
target: x86_64-apple-darwin

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -94,15 +89,6 @@ jobs:
windows-amd64/mpv-handler.exe \
windows-amd64-debug/mpv-handler-debug.exe
- name: Package macOS
run: |
mkdir -p macos-amd64/mpv-handler.app/Contents/MacOS
cp README*.md macos-amd64
cp share/macos/Info.plist macos-amd64/mpv-handler.app/Contents
mv macos-amd64/mpv-handler macos-amd64/mpv-handler.app/Contents/MacOS
cd macos-amd64
zip -r ../mpv-handler-macos-amd64.zip .
- name: SHA512SUM
run: |
sha512sum mpv-handler-*.zip > sha512sum
Expand Down
13 changes: 0 additions & 13 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,6 @@ Windows users need to install manually.
4. Add **mpv** and **yt-dlp** to environment variable `PATH` (if needed)
5. Edit `config.toml` (if needed)
### macOS (Alpha)
**I haven't tested it, if it doesn't work, please open an issue.**
macOS users need to install manually
#### Manual installation
1. Download [latest macOS release][download-macos]
2. Unzip the archive and copy `mpv-handler.app` directory to `$HOME/Applications`
3. Add **mpv** and **yt-dlp** to environment variable `PATH` (if needed)
4. Create `$HOME/Library/Application Support/mpv-handler/config.toml` and edit it (if needed)
## Configuration
If you have already added **mpv** and **yt-dlp** to `PATH`, manual configuration is usually not required.
Expand Down
13 changes: 0 additions & 13 deletions README.zh-Hans.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,6 @@ Windows 用户目前只能手动安装。
4. 如果需要,添加 **mpv** 和 **yt-dlp** 到环境变量 `PATH`
5. 如果需要,更改 `config.toml`
### macOS (Alpha)
**我没有测试过它,如果它不工作,请通过 issue 反馈。**
macOS 用户目前只能手动安装。
#### 手动安装
1. 下载 [最新的 macOS 压缩包][download-macos]
2. 解压缩档案并复制 `mpv-handler.app` 文件夹到 `$HOME/Applications`
3. 如果需要,添加 **mpv** 和 **yt-dlp** 到环境变量 `PATH`
4. 如果需要,创建 `$HOME/Library/Application Support/mpv-handler/config.toml` 并按需更改
## 配置
如果您已经把 **mpv** 和 **yt-dlp** 添加到了 `PATH`,通常来说不需要手动配置。
Expand Down
13 changes: 0 additions & 13 deletions README.zh-Hant.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,19 +94,6 @@ Windows 用戶目前只能手動安裝。
4. 如果需要,添加 **mpv** 和 **yt-dlp** 到環境變量 `PATH`
5. 如果需要,更改 `config.toml`
### macOS (Alpha)
**我沒有測試過它,如果它不工作,請通過 issue 反饋。**
macOS 用戶目前只能手動安裝。
#### 手動安裝
1. 下載 [最新的 macOS 壓縮包][download-macos]
2. 解壓縮檔案並複製 `mpv-handler.app` 文件夾到 `$HOME/Applications`
3. 如果需要,添加 **mpv** 和 **yt-dlp** 到環境變量 `PATH`
4. 如果需要,創建 `$HOME/Library/Application Support/mpv-handler/config.toml` 並按需更改
## 配置
如果您已經把 **mpv** 和 **yt-dlp** 添加到了 `PATH`,通常來說不需要手動配置。
Expand Down
40 changes: 0 additions & 40 deletions share/macos/Info.plist

This file was deleted.

0 comments on commit e1b1933

Please sign in to comment.