Skip to content

Commit

Permalink
mazak: update proxy build
Browse files Browse the repository at this point in the history
  • Loading branch information
wuzzeb committed Sep 10, 2024
1 parent 5322cd4 commit dd1b7a4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion server/machines/mazak-proxy/installer.iss
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ DisableProgramGroupPage=auto
CloseApplications=yes

[Files]
Source: "bin\Release\net35\*"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Release\net35\mazak-proxy.exe"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Release\net35\mazak-proxy.pdb"; DestDir: "{app}"; Flags: ignoreversion
Source: "bin\Release\net35\mazak-proxy.exe.config"; DestDir: "{app}"; Flags: ignoreversion

[Run]
Filename: {sys}\sc.exe; Parameters: "create fmsinsightmazakproxy start=auto binPath=""{app}\mazak-proxy.exe"" displayname=""SeedTactic FMS Insight Mazak Proxy"""; Flags: runhidden
Expand Down
1 change: 1 addition & 0 deletions server/machines/mazak-proxy/mazak-proxy.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
<PropertyGroup>
<TargetFramework>net3.5</TargetFramework>
<LangVersion>latest</LangVersion>
<OutputType>Exe</OutputType>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit dd1b7a4

Please sign in to comment.