add image
This commit is contained in:
24
.github/workflows/build.yml
vendored
24
.github/workflows/build.yml
vendored
@@ -76,9 +76,30 @@ jobs:
|
|||||||
name: gotify-tray_amd64_debian_${{ matrix.tag }}.deb
|
name: gotify-tray_amd64_debian_${{ matrix.tag }}.deb
|
||||||
path: gotify-tray_amd64_debian_${{ matrix.tag }}.deb
|
path: gotify-tray_amd64_debian_${{ matrix.tag }}.deb
|
||||||
|
|
||||||
|
build-macos:
|
||||||
|
runs-on: macos-12
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v2
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v2
|
||||||
|
with:
|
||||||
|
python-version: '3.9.5'
|
||||||
|
- name: Upgrade pip and enable wheel support
|
||||||
|
run: python -m pip install --upgrade pip setuptools wheel
|
||||||
|
- name: Build
|
||||||
|
run: |
|
||||||
|
make build-macos
|
||||||
|
brew install create-dmg
|
||||||
|
create-dmg --volname "Gotify Tray" --app-drop-link 0 0 --no-internet-enable "gotify-tray.dmg" "./dist/Gotify-Tray.app"
|
||||||
|
- name: Upload artifact
|
||||||
|
uses: actions/upload-artifact@v2
|
||||||
|
with:
|
||||||
|
name: gotify-tray.dmg
|
||||||
|
path: gotify-tray.dmg
|
||||||
|
|
||||||
release:
|
release:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
needs: [build-win64, build-ubuntu, build-debian]
|
needs: [build-win64, build-ubuntu, build-debian, build-macos]
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
- uses: actions/download-artifact@master
|
- uses: actions/download-artifact@master
|
||||||
@@ -95,3 +116,4 @@ jobs:
|
|||||||
gotify-tray_amd64_ubuntu_jammy.deb
|
gotify-tray_amd64_ubuntu_jammy.deb
|
||||||
gotify-tray_amd64_debian_bullseye.deb
|
gotify-tray_amd64_debian_bullseye.deb
|
||||||
gotify-tray_amd64_debian_bookworm.deb
|
gotify-tray_amd64_debian_bookworm.deb
|
||||||
|
gotify-tray.dmg
|
||||||
|
|||||||
9
.github/workflows/develop.yml
vendored
9
.github/workflows/develop.yml
vendored
@@ -3,7 +3,7 @@ name: build
|
|||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
branches:
|
branches:
|
||||||
- 'master'
|
- 'develop'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
@@ -70,9 +70,10 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
make build-macos
|
make build-macos
|
||||||
brew install create-dmg
|
brew install create-dmg
|
||||||
create-dmg --volname "Gotify Tray" --app-drop-link 0 0 --no-internet-enable "Gotify-Tray.dmg" "./dist/Gotify-Tray.app"
|
create-dmg --volname "Gotify Tray" --app-drop-link 0 0 --no-internet-enable "gotify-tray.dmg" "./dist/Gotify-Tray.app"
|
||||||
- name: Upload artifact
|
- name: Upload artifact
|
||||||
uses: actions/upload-artifact@v2
|
uses: actions/upload-artifact@v2
|
||||||
with:
|
with:
|
||||||
name: Gotify-Tray.dmg
|
name: gotify-tray.dmg
|
||||||
path: Gotify-Tray.dmg
|
path: gotify-tray.dmg
|
||||||
|
|
||||||
|
|||||||
@@ -29,10 +29,10 @@ $ pip install gotify-tray
|
|||||||
|
|
||||||
### Notification banners
|
### Notification banners
|
||||||
|
|
||||||
Windows 10 | KDE
|
Windows 10 | KDE | MacOS 12
|
||||||
:-------------------------------------------------:|:---------------------------------------------------------:
|
:-------------------------------------------------:|:---------------------------------------------------------:|:---------------------------------------------------------:
|
||||||
 | 
|
 |  | 
|
||||||
 | 
|
 |  |
|
||||||
|
|
||||||
### Main window
|
### Main window
|
||||||

|

|
||||||
|
|||||||
BIN
images/macos_notification.png
Normal file
BIN
images/macos_notification.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 9.7 KiB |
Reference in New Issue
Block a user