From 5647197c729815ed1fcc5418374d1f94081b3bef Mon Sep 17 00:00:00 2001 From: jjeem Date: Sat, 24 Feb 2024 23:23:41 +0300 Subject: [PATCH] ci(release): add Linux and macOS --- .github/workflows/release.yml | 2 +- README.md | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7ecac09..27079af 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: strategy: matrix: - os: [windows-latest] + os: [windows-latest, ubuntu-latest, macos-latest] steps: - uses: actions/checkout@v3 diff --git a/README.md b/README.md index a09212d..353b37a 100644 --- a/README.md +++ b/README.md @@ -12,9 +12,6 @@ A terminal emulator built with web tech (Electronjs and TypeScript) ## Installation - > [!NOTE] - > Currently only **Windows** is supported. Support for other platforms is coming later - ### 1. Through Installers - Go to [releases](https://github.com/jjeem/termoki/releases) - Choose the version (latest stable version is recommended)