Skip to content

Commit

Permalink
linux exec names
Browse files Browse the repository at this point in the history
  • Loading branch information
K4thos committed Jul 23, 2018
1 parent d51ad07 commit f9c4961
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions EET/EET.tp2
Original file line number Diff line number Diff line change
Expand Up @@ -2453,15 +2453,12 @@ END ELSE ACTION_IF ~%WEIDU_OS%~ STR_EQ ~osx~ BEGIN
OUTER_SET found_exe = 1
END
END ELSE BEGIN //unix
ACTION_IF FILE_EXISTS ~BaldursGateII~ BEGIN
COPY ~BaldursGateII~ ~BaldursGateII~
AT_NOW ~%lua% %MOD_FOLDER%/lib/binary.lua ./BaldursGateII~
OUTER_SET found_exe = 1
END
ACTION_IF FILE_EXISTS ~BaldursGateII64~ BEGIN
COPY ~BaldursGateII64~ ~BaldursGateII64~
AT_NOW ~%lua% %MOD_FOLDER%/lib/binary.lua ./BaldursGateII64~
OUTER_SET found_exe = 1
ACTION_FOR_EACH file IN BaldursGateII BaldursGateII64 BaldursGateIIEnhancedEdition BaldursGateIIEnhancedEdition64 BEGIN
ACTION_IF FILE_EXISTS ~%file%~ BEGIN
COPY ~%file%~ ~%file%~
AT_NOW ~%lua% %MOD_FOLDER%/lib/binary.lua ./%file%~
OUTER_SET found_exe = 1
END
END
END
ACTION_IF found_exe = 0 BEGIN
Expand Down

0 comments on commit f9c4961

Please sign in to comment.