Skip to content

Commit 7050ab7

Browse files
committed
Fix issue with app manifest
1 parent 0f81c4d commit 7050ab7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dist/AppxManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</uap3:Extension>
2525
</Extensions>
2626
</Application>
27-
<Application Id="EcsactSdk.EcsactRuntimeBuilder" Executable="bin/ecsact.exe" EntryPoint="Windows.FullTrustApplication">
27+
<Application Id="EcsactSdk.EcsactRuntimeBuilder" Executable="bin/ecsact_rtb.exe" EntryPoint="Windows.FullTrustApplication">
2828
<uap3:VisualElements DisplayName="Ecsact Runtime Builder CLI" Description="Ecsact Runtime Builder Command Line Interface" BackgroundColor="transparent" Square44x44Logo="images/logo44.png" Square150x150Logo="images/logo150.png" AppListEntry="none" VisualGroup="Ecsact" />
2929
<Extensions>
3030
<uap3:Extension Category="windows.appExecutionAlias">

0 commit comments

Comments
 (0)