From 6fb6bc51818a252033f32403b38035d345a0274e Mon Sep 17 00:00:00 2001 From: Rich Infante Date: Sun, 17 Feb 2019 14:56:39 -0500 Subject: [PATCH] Add help link to github project --- shbar2/AppDelegate.swift | 2 +- shbar2/Info.plist | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/shbar2/AppDelegate.swift b/shbar2/AppDelegate.swift index 84c5c6d..8832e50 100644 --- a/shbar2/AppDelegate.swift +++ b/shbar2/AppDelegate.swift @@ -360,7 +360,7 @@ class AppDelegate: NSObject, NSApplicationDelegate { title: "Setup Help", actionScript: Script( bin: "/bin/sh", - args: ["-c", "open https://www.richinfante.com"], + args: ["-c", "open https://github.com/richinfante/shbar"], env: [ "PATH": "/usr/bin:/usr/local/bin:/sbin:/bin" ]) diff --git a/shbar2/Info.plist b/shbar2/Info.plist index 5629654..56a3f6a 100644 --- a/shbar2/Info.plist +++ b/shbar2/Info.plist @@ -19,7 +19,7 @@ CFBundleShortVersionString 0.0.1 CFBundleVersion - 3 + 4 LSApplicationCategoryType public.app-category.developer-tools LSMinimumSystemVersion