diff options
Diffstat (limited to 'bitmaskd.go')
-rw-r--r-- | bitmaskd.go | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/bitmaskd.go b/bitmaskd.go index cb67b8b..d9f8ff0 100644 --- a/bitmaskd.go +++ b/bitmaskd.go @@ -24,3 +24,7 @@ import ( func initBitmask() (bitmask.Bitmask, error) { return bitmaskd.Init() } + +func newAutostart(appName string, iconPath string) autostart { + return &dummyAutostart{} +} |