From 920f190f81fe0e69606724947179b82f082da3b7 Mon Sep 17 00:00:00 2001 From: jonko0493 Date: Mon, 10 Apr 2023 18:16:24 -0700 Subject: [PATCH 1/2] Adjust cron job to run at 23:00UTC --- azure-pipelines-official.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 22c66c24..180d58f0 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -2,7 +2,7 @@ trigger: none pr: none schedules: -- cron: "0 0 * * *" +- cron: "0 23 * * *" displayName: Nightly build branches: include: From 172f327d64dc4cc4a849590a7cfa67867fe537d5 Mon Sep 17 00:00:00 2001 From: jonko0493 Date: Mon, 10 Apr 2023 18:32:20 -0700 Subject: [PATCH 2/2] Fixup newlines --- azure-pipelines-official.yml | 10 +++------- 1 file changed, 3 insertions(+), 7 deletions(-) diff --git a/azure-pipelines-official.yml b/azure-pipelines-official.yml index 180d58f0..d5818ab9 100644 --- a/azure-pipelines-official.yml +++ b/azure-pipelines-official.yml @@ -190,18 +190,14 @@ stages: ${{ parameters.releaseNotes }} ## Installation Notes - On macOS, after dragging the app from the dmg into Applications, please run `xattr -cr /Applications/SerialLoops.Mac.app` from the Terminal in order to be able to run the app. - This is required because we currently don't codesign the application, meaning macOS will refuse to run it without explicit approval from you. + On macOS, after dragging the app from the dmg into Applications, please run `xattr -cr /Applications/SerialLoops.Mac.app` from the Terminal in order to be able to run the app. This is required because we currently don't codesign the application, meaning macOS will refuse to run it without explicit approval from you. - The `.deb` package can only be used on Debian-based systems (e.g. Ubuntu). Install it with `sudo dpkg -i SerialLoops-$(Version)_amd64.deb`. For other Linux distros, please use the - binaries packaged in the `.tar.gz` archive. Regardless of your distro, ensure you install the OpenAL binaries so audio playback works – on Ubuntu, this can be done with - `sudo apt install libopenal-dev`. + The `.deb` package can only be used on Debian-based systems (e.g. Ubuntu). Install it with `sudo dpkg -i SerialLoops-$(Version)_amd64.deb`. For other Linux distros, please use the binaries packaged in the `.tar.gz` archive. Regardless of your distro, ensure you install the OpenAL binaries so audio playback works – on Ubuntu, this can be done with `sudo apt install libopenal-dev`. Please ensure you have installed [devkitARM from devkitPro](https://devkitpro.org/wiki/Getting_Started) before using the program. ### Which macOS dmg should I choose? - If your Mac is newer, you will probably want the ARM dmg. If it is older, you will want the x64 one. If unsure, download the ARM one first and attempt to run it – it will throw - an error saying it can't be run on this computer if your computer is not able to run it. If that's the case, download the x64 one instead. + If your Mac is newer, you will probably want the ARM dmg. If it is older, you will want the x64 one. If unsure, download the ARM one first and attempt to run it – it will throw an error saying it can't be run on this computer if your computer is not able to run it. If that's the case, download the x64 one instead. ${{ if eq(parameters['version'], '') }}: isPreRelease: true ${{ if ne(parameters['version'], '') }}: