From 67a0eb7111d3f89e4a0cb21e43aefe6d87d37e04 Mon Sep 17 00:00:00 2001 From: "kali kaneko (leap communications)" Date: Wed, 14 Apr 2021 16:54:42 +0200 Subject: [pkg] go mod vendor to build debian/ubuntu packages --- vendor/github.com/ProtonMail/go-autostart/autostart.go | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 vendor/github.com/ProtonMail/go-autostart/autostart.go (limited to 'vendor/github.com/ProtonMail/go-autostart/autostart.go') diff --git a/vendor/github.com/ProtonMail/go-autostart/autostart.go b/vendor/github.com/ProtonMail/go-autostart/autostart.go new file mode 100644 index 0000000..7b7d6de --- /dev/null +++ b/vendor/github.com/ProtonMail/go-autostart/autostart.go @@ -0,0 +1,13 @@ +package autostart + +// An application that will be started when the user logs in. +type App struct { + // Unique identifier for the app. + Name string + // The command to execute, followed by its arguments. + Exec []string + // The app name. + DisplayName string + // The app icon. + Icon string +} -- cgit v1.2.3