diff options
Diffstat (limited to 'pkg/bitmask/standalone.go')
-rw-r--r-- | pkg/bitmask/standalone.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pkg/bitmask/standalone.go b/pkg/bitmask/standalone.go index 8ae6f39..92ea542 100644 --- a/pkg/bitmask/standalone.go +++ b/pkg/bitmask/standalone.go @@ -43,8 +43,8 @@ func Init(printer *message.Printer) (Bitmask, error) { return b, err } -// NewAutostart creates a handler for the autostart of your platform -func NewAutostart(appName string, iconPath string) Autostart { +// newAutostart creates a handler for the autostart of your platform +func newAutostart(appName string, iconPath string) Autostart { exec := os.Args if os.Getenv("SNAP") != "" { re := regexp.MustCompile("/snap/([^/]*)/") |