Skip to content

Commit

Permalink
Install notifications (#307)
Browse files Browse the repository at this point in the history
* Added notification application name
Show notification when appimaged is installed from GUI (not terminal)

* Notifications if install failed

* Update deps

* Update github actions
  • Loading branch information
CalebQ42 authored Sep 22, 2024
1 parent 70b3d60 commit 526ac12
Show file tree
Hide file tree
Showing 7 changed files with 136 additions and 158 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
name: Build for all architectures
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Go
uses: actions/setup-go@v2
uses: actions/setup-go@v5
with:
go-version: 1.18
- uses: actions/cache@v2
go-version: '>=1.23'
- uses: actions/cache@v4
with:
path: |
~/.cache/go-build
Expand All @@ -34,7 +34,7 @@ jobs:
- name: Run build script
run: ./scripts/build.sh -a amd64,386,arm64,arm
- name: Upload to GitHub Artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: artifacts
path: ./build/*
Expand Down
60 changes: 29 additions & 31 deletions go.mod
Original file line number Diff line number Diff line change
@@ -1,71 +1,69 @@
module github.com/probonopd/go-appimage

go 1.20
go 1.23

require (
github.com/CalebQ42/squashfs v0.7.8
github.com/CalebQ42/squashfs v1.0.2
github.com/acobaugh/osrelease v0.1.0
github.com/adrg/xdg v0.4.0
github.com/adrg/xdg v0.5.0
github.com/alokmenghrajani/gpgeez v0.0.0-20161206084504-1a06f1c582f9
github.com/coreos/go-systemd/v22 v22.4.0
github.com/eclipse/paho.mqtt.golang v1.4.1
github.com/esiqveland/notify v0.11.1
github.com/fsnotify/fsnotify v1.6.0
github.com/coreos/go-systemd/v22 v22.5.0
github.com/eclipse/paho.mqtt.golang v1.5.0
github.com/esiqveland/notify v0.13.3
github.com/fsnotify/fsnotify v1.7.0
github.com/godbus/dbus/v5 v5.1.0
github.com/google/go-github v17.0.0+incompatible
github.com/h2non/go-is-svg v0.0.0-20160927212452-35e8c4b0612c
github.com/hashicorp/go-version v1.6.0
github.com/hashicorp/go-version v1.7.0
github.com/mattn/go-isatty v0.0.20
github.com/mgord9518/imgconv v0.0.0-20211227113402-4a8e0ad15713
github.com/otiai10/copy v1.7.0
github.com/otiai10/copy v1.14.0
github.com/probonopd/go-zsyncmake v0.0.0-20181008012426-5db478ac2be7
github.com/prometheus/procfs v0.8.0
github.com/prometheus/procfs v0.15.1
github.com/sabhiram/png-embed v0.0.0-20180421025336-149afe9a3ccb
github.com/shirou/gopsutil v3.21.11+incompatible
github.com/shuheiktgw/go-travis v0.3.1
github.com/srwiley/oksvg v0.0.0-20221002174631-3742d547bf3c
github.com/srwiley/oksvg v0.0.0-20221011165216-be6e8873101c
github.com/srwiley/rasterx v0.0.0-20220730225603-2ab79fcdd4ef
github.com/urfave/cli/v2 v2.17.1
github.com/urfave/cli/v2 v2.27.4
go.lsp.dev/uri v0.3.0
golang.org/x/crypto v0.14.0
golang.org/x/sys v0.13.0
golang.org/x/crypto v0.27.0
golang.org/x/sys v0.25.0
gopkg.in/ini.v1 v1.67.0
gopkg.in/src-d/go-git.v4 v4.13.1
)

require (
github.com/CalebQ42/fuse v0.1.0 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.4 // indirect
github.com/emirpasic/gods v1.12.0 // indirect
github.com/gabriel-vasile/mimetype v1.4.1 // indirect
github.com/gabriel-vasile/mimetype v1.4.5 // indirect
github.com/go-ole/go-ole v1.2.6 // indirect
github.com/google/go-querystring v0.0.0-20170111101155-53e6ce116135 // indirect
github.com/gorilla/websocket v1.4.2 // indirect
github.com/gorilla/websocket v1.5.3 // indirect
github.com/jbenet/go-context v0.0.0-20150711004518-d14ea06fba99 // indirect
github.com/kevinburke/ssh_config v0.0.0-20190725054713-01f96b0aa0cd // indirect
github.com/klauspost/compress v1.15.12 // indirect
github.com/klauspost/compress v1.17.9 // indirect
github.com/mitchellh/go-homedir v1.1.0 // indirect
github.com/pierrec/lz4/v4 v4.1.17 // indirect
github.com/pkg/errors v0.9.1 // indirect
github.com/pierrec/lz4/v4 v4.1.21 // indirect
github.com/rasky/go-lzo v0.0.0-20200203143853-96a758eda86e // indirect
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/rustyoz/Mtransform v0.0.0-20190224104252-60c8c35a3681 // indirect
github.com/rustyoz/genericlexer v0.0.0-20190224115003-eb82fd2987bd // indirect
github.com/rustyoz/svg v0.0.0-20200706102315-fe1aeca2ba20 // indirect
github.com/sabhiram/pngr v0.0.0-20180419043407-2df49b015d4b // indirect
github.com/seaweedfs/fuse v1.2.2 // indirect
github.com/sergi/go-diff v1.0.0 // indirect
github.com/src-d/gcfg v1.4.0 // indirect
github.com/therootcompany/xz v1.0.1 // indirect
github.com/tklauser/go-sysconf v0.3.10 // indirect
github.com/tklauser/numcpus v0.4.0 // indirect
github.com/ulikunitz/xz v0.5.10 // indirect
github.com/tklauser/go-sysconf v0.3.14 // indirect
github.com/tklauser/numcpus v0.8.0 // indirect
github.com/ulikunitz/xz v0.5.12 // indirect
github.com/xanzy/ssh-agent v0.2.1 // indirect
github.com/xrash/smetrics v0.0.0-20201216005158-039620a65673 // indirect
github.com/yusufpapurcu/wmi v1.2.2 // indirect
golang.org/x/image v0.10.0 // indirect
golang.org/x/net v0.17.0 // indirect
golang.org/x/sync v0.1.0 // indirect
golang.org/x/text v0.13.0 // indirect
github.com/xrash/smetrics v0.0.0-20240521201337-686a1a2994c1 // indirect
github.com/yusufpapurcu/wmi v1.2.4 // indirect
golang.org/x/image v0.0.0-20211028202545-6944b10bf410 // indirect
golang.org/x/net v0.27.0 // indirect
golang.org/x/sync v0.8.0 // indirect
golang.org/x/text v0.18.0 // indirect
gopkg.in/src-d/go-billy.v4 v4.3.2 // indirect
gopkg.in/warnings.v0 v0.1.2 // indirect
)
Loading

0 comments on commit 526ac12

Please sign in to comment.