From 0fb45f9e62b2baa2a4353092a27fd79aaa6f251c Mon Sep 17 00:00:00 2001 From: yazninja <71800112+yazninja@users.noreply.github.com> Date: Mon, 17 Jan 2022 20:52:03 +0800 Subject: [PATCH 1/2] Update build-analyze-win.yml --- .github/workflows/build-analyze-win.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-analyze-win.yml b/.github/workflows/build-analyze-win.yml index 1f79aedd..a1ac454b 100644 --- a/.github/workflows/build-analyze-win.yml +++ b/.github/workflows/build-analyze-win.yml @@ -13,7 +13,7 @@ name: "Build Windows" on: push: - branches: [ main ] + branches: [ main, upcoming ] paths-ignore: - 'README.md' - 'SECURITY.md' From acf10e6215c3318dafeb95f0303ca68c42a04b93 Mon Sep 17 00:00:00 2001 From: yazninja <71800112+yazninja@users.noreply.github.com> Date: Sat, 22 Jan 2022 17:55:00 +0800 Subject: [PATCH 2/2] why quack why --- src/main/base/win.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/base/win.ts b/src/main/base/win.ts index aaebf9fb..4864f184 100644 --- a/src/main/base/win.ts +++ b/src/main/base/win.ts @@ -435,7 +435,7 @@ export class Win { electron.shell.openExternal(`https://cider.sh/pair-remote?url=${btoa(encodeURI(url))}`); /* * Doing this because we can give them the link and let them send it via Pocket or another in-browser tool -q - / + */ }) /* ********************************************************************************************* * Window Events