From dd1b7a45559efb2c3e79318c7b4dca1aa8651108 Mon Sep 17 00:00:00 2001 From: John Lenz Date: Tue, 10 Sep 2024 11:20:54 -0500 Subject: [PATCH] mazak: update proxy build --- server/machines/mazak-proxy/installer.iss | 4 +++- server/machines/mazak-proxy/mazak-proxy.csproj | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/server/machines/mazak-proxy/installer.iss b/server/machines/mazak-proxy/installer.iss index 9ba0dae5..f063e9b2 100644 --- a/server/machines/mazak-proxy/installer.iss +++ b/server/machines/mazak-proxy/installer.iss @@ -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 diff --git a/server/machines/mazak-proxy/mazak-proxy.csproj b/server/machines/mazak-proxy/mazak-proxy.csproj index d4d03c00..66d54a1e 100644 --- a/server/machines/mazak-proxy/mazak-proxy.csproj +++ b/server/machines/mazak-proxy/mazak-proxy.csproj @@ -3,6 +3,7 @@ net3.5 latest + Exe