From bbfec41115d14949f614f32848959558124234f4 Mon Sep 17 00:00:00 2001 From: IrosTheBeggar Date: Wed, 11 Aug 2021 20:44:15 -0400 Subject: [PATCH] update actions --- .github/workflows/build.yml | 4 ++-- cli-boot-wrapper.js | 5 ----- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0297cbe..78cb5a4 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -7,7 +7,7 @@ jobs: strategy: matrix: - os: [macos-latest, windows-latest] + os: [macos-latest, ubuntu-latest, windows-latest] steps: - name: Check out Git repository @@ -19,7 +19,7 @@ jobs: node-version: 14 - name: Build/release Electron app - uses: samuelmeuli/action-electron-builder@v1 + uses: samuelmeuli/action-electron-builder@v1.6.0 with: # GitHub token, automatically provided to the action # (No need to define this secret in the repo settings) diff --git a/cli-boot-wrapper.js b/cli-boot-wrapper.js index 7caa087..16b8c48 100755 --- a/cli-boot-wrapper.js +++ b/cli-boot-wrapper.js @@ -22,11 +22,6 @@ console.log(` |_| |_| |_|____/ \\__|_| \\___|\\__,_|_| |_| |_|`); console.log(`v${program.version()}`); console.log(); -console.log('v5 Breaking Changes:'); -console.log('-- Config files from v4 will not work'); -console.log('-- The Android App does not work with v5 (for now)'); -console.log('-- You can no longer boot mStream with CLI flags'); -console.log(); console.log('Check out our Discord server:'); console.log('https://discord.gg/AM896Rr'); console.log();