Yaml fix:

- modifica wixproj: aggiunto target della platformx  output installer
This commit is contained in:
Samuele Locatelli
2024-10-30 10:32:16 +01:00
parent 8538c5e5de
commit 9d19431748
5 changed files with 6 additions and 6 deletions
+2 -2
View File
@@ -18,8 +18,8 @@
<Compile Remove="stdin.wxs" />
</ItemGroup>
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
<OutputPath>bin\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Configuration)\</IntermediateOutputPath>
<OutputPath>bin\$(Platform)\$(Configuration)\</OutputPath>
<IntermediateOutputPath>obj\$(Platform)\$(Configuration)\</IntermediateOutputPath>
<SuppressPdbOutput>true</SuppressPdbOutput>
</PropertyGroup>
</Project>
+1 -1
View File
@@ -5,7 +5,7 @@
<TargetFramework>net6.0</TargetFramework>
<ImplicitUsings>enable</ImplicitUsings>
<Nullable>enable</Nullable>
<Version>1.2.2410.3009</Version>
<Version>1.2.2410.3010</Version>
</PropertyGroup>
<ItemGroup>
+1 -1
View File
@@ -1,6 +1,6 @@
<body>
<i>Maat.Installer - Manager for Application & Applicative Task</i>
<h4>Versione: 1.2.2410.3009</h4>
<h4>Versione: 1.2.2410.3010</h4>
<br /> Note di rilascio:
<ul>
<li>
+1 -1
View File
@@ -1 +1 @@
1.2.2410.3009
1.2.2410.3010
+1 -1
View File
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<item>
<version>1.2.2410.3009</version>
<version>1.2.2410.3010</version>
<url>http://nexus.steamware.net/repository/SWS/Maat.Installer/stable/LAST/Maat.Installer.msi</url>
<changelog>http://nexus.steamware.net/repository/SWS/Maat.Installer/stable/LAST/ChangeLog.html</changelog>
<mandatory>false</mandatory>