mirror of
https://github.com/QL-Win/QuickLook.git
synced 2025-12-14 02:00:22 +08:00
shuut up
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<Component Id="ApplicationShortcutProgramMenu" Guid="4F3E84DA-0E8B-44E9-B59D-B3AFAE70519E">
|
||||
<Shortcut Id="ApplicationProgramMenuShortcut"
|
||||
Name="QuickLook"
|
||||
Description="QuickLook lets you preview any file by pressing space bar."
|
||||
Description="QuickLook lets you preview any file by pressing the space bar."
|
||||
Target="[INSTALLFOLDER]QuickLook.exe"
|
||||
WorkingDirectory="INSTALLFOLDER" />
|
||||
<RemoveFolder Id="ProgramMenuFolder" On="uninstall" />
|
||||
@@ -41,7 +41,7 @@
|
||||
<Component Id="ApplicationShortcutDesktop" Guid="9ECBF18A-F3C7-495A-9327-02A2E79ABBD7">
|
||||
<Shortcut Id="ApplicationDesktopShortcut"
|
||||
Name="QuickLook"
|
||||
Description="QuickLook lets you preview any file by pressing space bar."
|
||||
Description="QuickLook lets you preview any file by pressing the space bar."
|
||||
Target="[INSTALLFOLDER]QuickLook.exe"
|
||||
WorkingDirectory="INSTALLFOLDER" />
|
||||
<RemoveFolder Id="DesktopFolder" On="uninstall" />
|
||||
|
||||
@@ -120,7 +120,7 @@
|
||||
<Error Text="The WiX Toolset v3.11 (or newer) build tools must be installed to build this project. To download the WiX Toolset, see http://wixtoolset.org/releases/" />
|
||||
</Target>
|
||||
<PropertyGroup>
|
||||
<PreBuildEvent>robocopy "$(SolutionDir)Build\$(Configuration)" "$(SolutionDir)Build\Package" %2a.%2a /e /njh /njs /ndl /nc /ns /np /xf %2a.pdb /xf %2a.obj /xf %2a.ipdb /xf %2a.iobj /xf %2a.exp /xf %2a.lib /xf %2a.ilk /xf %2a.xml
|
||||
<PreBuildEvent>robocopy "$(SolutionDir)Build\$(Configuration)" "$(SolutionDir)Build\Package" %2a.%2a /e /njh /njs /ndl /nfl /nc /ns /np /xf %2a.pdb /xf %2a.obj /xf %2a.ipdb /xf %2a.iobj /xf %2a.exp /xf %2a.lib /xf %2a.ilk /xf %2a.xml
|
||||
|
||||
"$(WIX)bin\heat" dir "$(SolutionDir)Build\Package" -dr INSTALLFOLDER -cg QuickLookComponents -gg -g1 -sf -srd -sreg -var "var.QuickLook.TargetDir" -out "$(ProjectDir)C_QuickLookComponents.wxs"</PreBuildEvent>
|
||||
</PropertyGroup>
|
||||
|
||||
Reference in New Issue
Block a user