From 5e8d89b76c208bf47bb449083abf10f609b93f7d Mon Sep 17 00:00:00 2001 From: Binhao Qian Date: Fri, 5 Apr 2024 18:11:47 +0800 Subject: [PATCH] add notes. --- readme.md | 1 + 1 file changed, 1 insertion(+) diff --git a/readme.md b/readme.md index ab0aa97..7b62349 100644 --- a/readme.md +++ b/readme.md @@ -17,3 +17,4 @@ Yet another m3u8 downloader built with vue3/vite, element-plus & electron. - pre-bundle dependencies to convert them to ESM. - transpile typescript to javascript, so that HMR can reflect in the browser. - In production environment, rollup is used for bundling for its flexibility. see [here](https://vitejs.dev/guide/why.html#why-not-bundle-with-esbuild). +- When using Github Actions, electron-builder auto detects CI environment via `GITHUB_ACTIONS` environment variable (via `is-ci` package).