mirror of
https://wget.la/https://github.com/leookun/cursor-byok
synced 2026-08-17 03:27:02 +08:00
55 lines
1.9 KiB
XML
55 lines
1.9 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<MsixPackagingToolTemplate
|
|
xmlns="http://schemas.microsoft.com/msix/packaging/msixpackagingtool/template/2022">
|
|
<Settings
|
|
AllowTelemetry="false"
|
|
ApplyACLsToPackageFiles="true"
|
|
GenerateCommandLineFile="true"
|
|
AllowPromptForPassword="false">
|
|
</Settings>
|
|
<Installer
|
|
Path="Cursor助手"
|
|
Arguments=""
|
|
InstallLocation="C:\Program Files\Cursor助手\Cursor助手">
|
|
</Installer>
|
|
<PackageInformation
|
|
PackageName="Cursor助手"
|
|
PackageDisplayName="Cursor助手"
|
|
PublisherName="CN=Cursor助手"
|
|
PublisherDisplayName="Cursor助手"
|
|
Version="0.1.0.0"
|
|
PackageDescription="Cursor助手">
|
|
<Capabilities>
|
|
<Capability Name="runFullTrust" />
|
|
|
|
</Capabilities>
|
|
<Applications>
|
|
<Application
|
|
Id="com.cursor.wuxianxubei"
|
|
Description="Cursor助手"
|
|
DisplayName="Cursor助手"
|
|
ExecutableName="Cursor助手"
|
|
EntryPoint="Windows.FullTrustApplication">
|
|
|
|
</Application>
|
|
</Applications>
|
|
<Resources>
|
|
<Resource Language="en-us" />
|
|
</Resources>
|
|
<Dependencies>
|
|
<TargetDeviceFamily Name="Windows.Desktop" MinVersion="10.0.17763.0" MaxVersionTested="10.0.19041.0" />
|
|
</Dependencies>
|
|
<Properties>
|
|
<Framework>false</Framework>
|
|
<DisplayName>Cursor助手</DisplayName>
|
|
<PublisherDisplayName>Cursor助手</PublisherDisplayName>
|
|
<Description>Cursor助手</Description>
|
|
<Logo>Assets\AppIcon.png</Logo>
|
|
</Properties>
|
|
</PackageInformation>
|
|
<SaveLocation PackagePath="Cursor助手.msix" />
|
|
<PackageIntegrity>
|
|
<CertificatePath></CertificatePath>
|
|
</PackageIntegrity>
|
|
</MsixPackagingToolTemplate>
|