From 7003690cb33bfa7f57589b74c4aaf2a243fca1ba Mon Sep 17 00:00:00 2001 From: Samuele Locatelli Date: Wed, 30 Oct 2024 14:53:20 +0100 Subject: [PATCH] note in readme x piattaforma x64 --- Maat.Runner/README.txt | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/Maat.Runner/README.txt b/Maat.Runner/README.txt index 78c8bf7..3d9ddb0 100644 --- a/Maat.Runner/README.txt +++ b/Maat.Runner/README.txt @@ -2,4 +2,19 @@ IN particolare installare con -nssm.exe install MP-MONO-SIM \ No newline at end of file +nssm.exe install MP-MONO-SIM + + +nota compilazione: aggiunta forzatura progetto a 64bit: +- vedere yaml + + # creazione installer WIX + - dotnet build $env:INST_NAME/$env:INST_NAME.wixproj -p:Configuration=$env:APP_CONF -p:Platform=x64 + +- vedere wixproject + + + bin\$(Platform)\$(Configuration)\ + obj\$(Platform)\$(Configuration)\ + true + \ No newline at end of file