Skip to content

Commit

Permalink
Merge pull request #163 from squidowl/feat/notifications
Browse files Browse the repository at this point in the history
notifications (and windows msi installer)
  • Loading branch information
casperstorm authored Sep 20, 2023
2 parents 9d0562a + 2f855ba commit c217891
Show file tree
Hide file tree
Showing 20 changed files with 1,289 additions and 29 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ jobs:
echo "ARTIFACT_PATH=target/release/macos/halloy.dmg" >> "$GITHUB_ENV"
- target: windows
os: windows-latest
make: bash scripts/build-windows.sh
make: bash scripts/build-windows-installer.sh
artifact_path: |
echo "ARTIFACT_PATH=target/release/halloy.exe" >> $env:GITHUB_ENV
echo "ARTIFACT_PATH=target/release/halloy-installer.msi" >> $env:GITHUB_ENV
- target: linux
os: ubuntu-latest
make: bash scripts/package-linux.sh package
artifact_path: |
echo "ARTIFACT_PATH=$(bash scripts/package-linux.sh archive_path)" >> "$GITHUB_ENV"
runs-on: ${{ matrix.target.os }}

steps:
- uses: actions/checkout@v3
- uses: actions-rs/toolchain@v1
Expand Down Expand Up @@ -94,7 +93,7 @@ jobs:
asset_type: application/octet-stream
- artifact: windows
artifact_name: |
echo "ARTIFACT_NAME=halloy.exe" >> "$GITHUB_ENV"
echo "ARTIFACT_NAME=halloy-installer.msi" >> "$GITHUB_ENV"
asset_type: application/x-dosexec
- artifact: linux
artifact_name: |
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ Added:
- IRCv3 capability `userhost-in-names` support added
- IRCv3 capability `invite-notify` support added
- Configuration option `dashboard.sidebar.width` to control sidebar width.
- Configuration option `notification` to control and enable notifications

Changed:

Expand Down
Loading

0 comments on commit c217891

Please sign in to comment.