|
6 | 6 | <RootNamespace>AuraClick</RootNamespace> |
7 | 7 | <ApplicationManifest>app.manifest</ApplicationManifest> |
8 | 8 | <Platforms>x86;x64;ARM64</Platforms> |
9 | | - <RuntimeIdentifier Condition="'$(RuntimeIdentifier)' == ''">win-$([System.Runtime.InteropServices.RuntimeInformation]::ProcessArchitecture.ToString().ToLowerInvariant())</RuntimeIdentifier> |
10 | | - <PublishProfile Condition="Exists('Properties\PublishProfiles\win-$(Platform).pubxml')">win-$(Platform).pubxml</PublishProfile> |
| 9 | + <RuntimeIdentifiers>win-x86;win-x64;win-arm64</RuntimeIdentifiers> |
| 10 | + <PublishProfile>win-$(Platform).pubxml</PublishProfile> |
11 | 11 | <UseWinUI>true</UseWinUI> |
12 | 12 | <WinUISDKReferences>false</WinUISDKReferences> |
13 | 13 | <EnableMsixTooling>true</EnableMsixTooling> |
|
59 | 59 | <PublishReadyToRun Condition="'$(Configuration)' != 'Debug'">True</PublishReadyToRun> |
60 | 60 | <PublishTrimmed Condition="'$(Configuration)' == 'Debug'">False</PublishTrimmed> |
61 | 61 | <PublishTrimmed Condition="'$(Configuration)' != 'Debug'">True</PublishTrimmed> |
62 | | - <GenerateAppInstallerFile>False</GenerateAppInstallerFile> |
| 62 | + <GenerateAppInstallerFile>True</GenerateAppInstallerFile> |
63 | 63 | <AppxPackageSigningEnabled>False</AppxPackageSigningEnabled> |
64 | 64 | <AppxPackageSigningTimestampDigestAlgorithm>SHA256</AppxPackageSigningTimestampDigestAlgorithm> |
65 | 65 | <AppxAutoIncrementPackageRevision>False</AppxAutoIncrementPackageRevision> |
66 | 66 | <GenerateTestArtifacts>False</GenerateTestArtifacts> |
67 | | - <AppxBundle>Auto</AppxBundle> |
| 67 | + <AppxBundle>Never</AppxBundle> |
| 68 | + <AppInstallerUri>https://cdn.auraclick.app/</AppInstallerUri> |
68 | 69 | <HoursBetweenUpdateChecks>0</HoursBetweenUpdateChecks> |
69 | | - <AppxBundlePlatforms>x86|x64|arm64</AppxBundlePlatforms> |
70 | 70 | </PropertyGroup> |
71 | 71 | </Project> |
0 commit comments