/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to tools/win32/brz.iss.cog

  • Committer: Gustav Hartvigsson
  • Date: 2021-01-07 18:53:14 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20210107185314-px6c1yq11fudjmm6
Start removing Bazaar referencen.
* use breezy instead of bazaar for userappdata in windows installer
* Pointed AppSupportURL to Breezy-vcs.org instead of Canonical's bazaar site
* Removed AppUpdotesURL becouse there are no Windows builds
* Removed --msgid-bugs-address in xgettext command, as this is not their project.
* Updated --copyright-holder to reflect that this is now not a Canonical project.

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
AppComments="Breezy: Friendly distributed version control system"
74
74
AppPublisher="Breezy Developers"
75
75
AppPublisherURL="https://www.breezy-vcs.org/"
76
 
AppSupportURL="http://wiki.bazaar.canonical.com/BzrSupport"
77
 
AppUpdatesURL="http://wiki.bazaar.canonical.com/WindowsDownloads"
 
76
AppSupportURL="https://www.breezy-vcs.org/pages/support.html"
 
77
AppUpdatesURL=""
 
78
 
78
79
; [[[cog cog.outl('AppVersion=%s' % VERSION) ]]]
79
80
; [[[end]]]
80
81
 
172
173
; [[[end]]]
173
174
 
174
175
[Dirs]
175
 
Name: "{userappdata}\bazaar\2.0"
 
176
Name: "{userappdata}\breezy\3.0"
176
177
Name: "{app}\plugins"; Flags: uninsalwaysuninstall
177
178
 
178
179
 
199
200
; ]]]
200
201
; [[[end]]]
201
202
 
202
 
 
203
203
[Registry]
204
204
Root: HKLM; Subkey: "SOFTWARE\Breezy"; Flags: noerror uninsdeletekey
205
205
Root: HKLM; Subkey: "SOFTWARE\Breezy"; ValueName: "InstallPath"; ValueType: string; ValueData: "{app}"; Flags: noerror