Skip to content
This repository has been archived by the owner on Nov 10, 2019. It is now read-only.

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
macmule committed Oct 16, 2018
1 parent 941cba8 commit a378c23
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
Binary file not shown.
2 changes: 1 addition & 1 deletion AutoImagrNBI/AutoImagrNBI-Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
<key>CFBundleSignature</key>
<string>????</string>
<key>CFBundleVersion</key>
<string>32</string>
<string>33</string>
<key>LSApplicationCategoryType</key>
<string>public.app-category.utilities</string>
<key>LSMinimumSystemVersion</key>
Expand Down
8 changes: 1 addition & 7 deletions AutoImagrNBI/AutoImagrNBIAppDelegate.applescript
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,6 @@ script AutoImagrNBIAppDelegate
set my cogOSDMG to true
-- Delay needed to update label
delay 0.1
-- Set to front window
--tell application "System Events" to set frontmost of process "AutoImagrNBI" to true
-- Try & mount OS.dmg
-- Stolen from frogor on IRC with permission :)
-- Mount OS.dmh & get mount point
Expand Down Expand Up @@ -5106,11 +5104,7 @@ script AutoImagrNBIAppDelegate
-- Close User Notify Window
userNotifyClose_(me)
--Open log file with console
tell application "Console"
open "~/Library/Logs/AutoImagrNBI/AutoImagrNBI-" & logDate & ".log" as POSIX file
end tell
-- Make frontmost
--tell application "System Events" to set frontmost of process "Console" to true
do shell script "/usr/bin/open -a /Applications/Utilities/Console.app ~/Library/Logs/AutoImagrNBI/AutoImagrNBI-" & logDate & ".log"
end openLogLocation_

-- Open NBI Location
Expand Down

0 comments on commit a378c23

Please sign in to comment.