Skip to content

Commit

Permalink
Fix compile of new .exe failed in 1.1.37.01a.
Browse files Browse the repository at this point in the history
  • Loading branch information
TAC109 committed Aug 21, 2023
1 parent bf720e5 commit 9460363
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Compiler.ahk
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ AhkCompile(AhkFile, ExeFile, ResourceID, CustomIcon, BinFile, UseMPRESS, fileCP)

Loop
{ try ;v FileMove, but avoids copying permissions from temp
{ FileDelete %ExeFileG%
FileCopy %ExeFileTmp%, %ExeFileG%, 1
{ FileCopy %ExeFileTmp%, %ExeFileG%, 1
FileDelete %ExeFileTmp%
break
}
Expand Down

0 comments on commit 9460363

Please sign in to comment.