Skip to content

Commit

Permalink
Minor fixes and improvements.
Browse files Browse the repository at this point in the history
  - #12 Handling connection error.
  - #4 Updating `Total` on live message search (in memory)
  - Fix #18 refactoring clipboard handling.
  - Fixing `github` workflows actions (`docker-compose` -> `docker
    compose`).
  • Loading branch information
miguelbaldi committed Aug 13, 2024
1 parent e951f88 commit c229fb0
Show file tree
Hide file tree
Showing 15 changed files with 597 additions and 68 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_and_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- name: Fix tag reference (workaround for https://github.com/actions/checkout/issues/290)
run: git fetch --update-head-ok -f origin ${{ github.ref }}:${{ github.ref }}
- name: Build
run: docker-compose up
run: docker compose up
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
Expand All @@ -29,7 +29,7 @@ jobs:
- name: Fix tag reference (workaround for https://github.com/actions/checkout/issues/290)
run: git fetch --update-head-ok -f origin ${{ github.ref }}:${{ github.ref }}
- name: Build (Windows)
run: docker-compose -f docker-compose.windows.yml up
run: docker compose -f docker-compose.windows.yml up
- name: Make Windows Installer
run: ./create_windows_installer.sh
- name: Zip Portable Windows Artifact
Expand Down
Loading

0 comments on commit c229fb0

Please sign in to comment.