Skip to content

Commit

Permalink
Cleanup Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SE2Dev committed Nov 9, 2018
1 parent 8bd179c commit ac6a841
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions installer/LinkerMod.iss
Original file line number Diff line number Diff line change
Expand Up @@ -64,12 +64,18 @@ Name: extract\ffs\ents; Description: "Extract &Entity Maps"; \
;
; Actual LinkerMod binaries
;
Source: "build\Release\game_mod.dll"; DestDir: "{#BinDir}"; Components: GameMod
Source: "build\Release\linker_pc.dll"; DestDir: "{#BinDir}"; Components: LinkerMod
Source: "build\Release\asset_util.exe"; DestDir: "{#BinDir}"; Components: LinkerMod\Utils
Source: "build\Release\cod2map.dll"; DestDir: "{#BinDir}"; Components: LinkerMod\Mapping
Source: "build\Release\cod2rad.dll"; DestDir: "{#BinDir}"; Components: LinkerMod\Mapping
Source: "build\Release\radiant_mod.dll"; DestDir: "{#BinDir}"; Components: LinkerMod\Mapping
Source: "build\Release\game_mod.dll"; DestDir: "{#BinDir}"; \
Components: GameMod;
Source: "build\Release\linker_pc.dll"; DestDir: "{#BinDir}"; \
Components: LinkerMod;
Source: "build\Release\asset_util.exe"; DestDir: "{#BinDir}"; \
Components: LinkerMod\Utils;
Source: "build\Release\cod2map.dll"; DestDir: "{#BinDir}"; \
Components: LinkerMod\Mapping;
Source: "build\Release\cod2rad.dll"; DestDir: "{#BinDir}"; \
Components: LinkerMod\Mapping;
Source: "build\Release\radiant_mod.dll"; DestDir: "{#BinDir}"; \
Components: LinkerMod\Mapping;

;
; Install the existing BlackOps.exe into {app}\bin and add the required imports to it
Expand Down

0 comments on commit ac6a841

Please sign in to comment.