Skip to content

Commit

Permalink
Remove .exe from git tracking
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashraf Hadden committed Jan 8, 2019
1 parent 2c094e2 commit 11ffc60
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions CampKeys.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,8 @@ Menu, Tray, Tip, CampKeys
;; Admin Priveleges
; https://autohotkey.com/docs/commands/Run.htm#RunAs
full_command_line := DllCall("GetCommandLine", "str")
if not (A_IsAdmin or RegExMatch(full_command_line, " /restart(?!\S)"))
{
try
{
if not (A_IsAdmin or RegExMatch(full_command_line, " /restart(?!\S)")) {
try {
if A_IsCompiled {
Run *RunAs "%A_ScriptFullPath%" /restart
}
Expand Down
Binary file removed CampKeys.exe
Binary file not shown.

0 comments on commit 11ffc60

Please sign in to comment.