Skip to content

Commit

Permalink
Add help link to github project
Browse files Browse the repository at this point in the history
  • Loading branch information
richinfante committed Feb 17, 2019
1 parent b9bcb18 commit 6fb6bc5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion shbar2/AppDelegate.swift
Expand Up @@ -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"
])
Expand Down
2 changes: 1 addition & 1 deletion shbar2/Info.plist
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleShortVersionString</key>
<string>0.0.1</string>
<key>CFBundleVersion</key>
<string>3</string>
<string>4</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.developer-tools</string>
<key>LSMinimumSystemVersion</key>
Expand Down

0 comments on commit 6fb6bc5

Please sign in to comment.