update actions

This commit is contained in:
IrosTheBeggar 2021-08-11 20:44:15 -04:00
parent 5e58480c71
commit bbfec41115
2 changed files with 2 additions and 7 deletions

View File

@ -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)

View File

@ -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();