mirror of
https://github.com/golang/go
synced 2024-11-24 11:10:03 -07:00
misc/dist/windows: fix broken icon, other misc
fix, and shrink, the gopher icon, txt extensions for license and readme files, minor format changes in the wxs file R=golang-dev, rsc CC=golang-dev https://golang.org/cl/5683054
This commit is contained in:
parent
433e47dc03
commit
fe5b4a2f9b
@ -11,19 +11,17 @@ Dependencies
|
||||
Packaging
|
||||
=========
|
||||
The dependencies must be callable from dist.bat, therefore,
|
||||
they'll need to be in/added to the system's search PATH.
|
||||
they'll need to be in/added to the system's search PATH.
|
||||
|
||||
The packaging needs to be done from within a tracked Go folder.
|
||||
Packages are built by cloning the same version of the source tree
|
||||
that the Go tools were built from.
|
||||
|
||||
To create an i386 distribution package on a 64 bit system, set
|
||||
GOARCH=386 prior to calling dist.bat.
|
||||
|
||||
Run dist.bat from a command prompt or click on the batch file.
|
||||
|
||||
TODO
|
||||
----
|
||||
----
|
||||
- Write a Go program for dist.bat functionality
|
||||
- Documentation server shortcut checkbox option
|
||||
|
||||
Misc
|
BIN
misc/dist/windows/images/gopher.ico
vendored
BIN
misc/dist/windows/images/gopher.ico
vendored
Binary file not shown.
Before Width: | Height: | Size: 42 KiB After Width: | Height: | Size: 22 KiB |
21
misc/dist/windows/installer.wxs
vendored
21
misc/dist/windows/installer.wxs
vendored
@ -36,11 +36,11 @@
|
||||
Languages="1033" />
|
||||
<!-- Platform="x86 or x64" -->
|
||||
|
||||
<Property Id="ARPCOMMENTS" Value="The Go programming language is a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language." />
|
||||
<Property Id="ARPCONTACT" Value="golang-nuts@googlegroups.com" />
|
||||
<Property Id="ARPHELPLINK" Value="golang.org/doc/community.html" />
|
||||
<Property Id="ARPREADME" Value="golang.org" />
|
||||
<Property Id="ARPURLINFOABOUT" Value="golang.org" />
|
||||
<Property Id="ARPCOMMENTS" Value="The Go programming language is a fast, statically typed, compiled language that feels like a dynamically typed, interpreted language." />
|
||||
<Property Id="ARPCONTACT" Value="golang-nuts@googlegroups.com" />
|
||||
<Property Id="ARPHELPLINK" Value="golang.org/doc/community.html" />
|
||||
<Property Id="ARPREADME" Value="golang.org" />
|
||||
<Property Id="ARPURLINFOABOUT" Value="golang.org" />
|
||||
<Icon Id="gopher.ico" SourceFile="images\gopher.ico"/>
|
||||
<Property Id="ARPPRODUCTICON" Value="gopher.ico" />
|
||||
<Media Id='1' Cabinet="go.cab" EmbedCab="yes" CompressionLevel="high" />
|
||||
@ -114,10 +114,10 @@
|
||||
Key="Software\GoProgrammingLanguage"
|
||||
Action="create" >
|
||||
<RegistryValue
|
||||
Name="installed"
|
||||
Type="integer"
|
||||
Value="1"
|
||||
KeyPath="yes" />
|
||||
Name="installed"
|
||||
Type="integer"
|
||||
Value="1"
|
||||
KeyPath="yes" />
|
||||
<RegistryValue
|
||||
Name="installLocation"
|
||||
Type="string"
|
||||
@ -144,7 +144,6 @@
|
||||
Id="GoTools"
|
||||
Title="Go"
|
||||
Level="1">
|
||||
|
||||
<ComponentRef Id="Component_GoEnvironment" />
|
||||
<ComponentGroupRef Id="AppFiles" />
|
||||
<ComponentRef Id="Component_GoShortCuts" />
|
||||
@ -156,7 +155,7 @@
|
||||
</InstallExecuteSequence>
|
||||
|
||||
<!-- Include the user interface -->
|
||||
<WixVariable Id="WixUILicenseRtf" Value="LICENSE" />
|
||||
<WixVariable Id="WixUILicenseRtf" Value="LICENSE.rtf" />
|
||||
<WixVariable Id="WixUIBannerBmp" Value="images\Banner.jpg" />
|
||||
<WixVariable Id="WixUIDialogBmp" Value="images\Dialog.jpg" />
|
||||
<Property Id="WIXUI_INSTALLDIR" Value="INSTALLDIR" />
|
||||
|
Loading…
Reference in New Issue
Block a user