Skip to content

Commit

Permalink
Naked Bin file s/be relative to Compiler directory
Browse files Browse the repository at this point in the history
  • Loading branch information
TAC109 committed Sep 29, 2021
1 parent 79430d9 commit af995a2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Compiler.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ AhkCompile(AhkFile, ExeFile, ResourceID, CustomIcon, BinFile, UseMPRESS, fileCP)
CustomIcon := (Idir ? Idir : Ahk_Dir) "\" (Iname ? Iname : Ahk_Name ) ".ico"
CustomIcon := Util_GetFullPath(CustomIcon)
}
SetWorkingDir %Ahk_Dir% ; Initial folder for any #Include's

; Get temp file name. Remove any invalid "path/" from exe name (/ should be \)
ExeFileTmp := Util_TempFile(, "exe~", RegExReplace(xe,"^.*/"))

Expand Down

0 comments on commit af995a2

Please sign in to comment.