Merge pull request #5506 from Mailaender/openra.net
Replaced open-ra.org with openra.net in-game
This commit is contained in:
@@ -6,7 +6,7 @@ Installed-Size: {SIZE}
|
||||
Depends: libopenal1, mono-runtime (>= 2.10), libmono-system-core4.0-cil, libmono-system-drawing4.0-cil, libmono-system-windows-forms4.0-cil, libfreetype6, libc6, libasound2, libgl1-mesa-glx, libgl1-mesa-dri, xdg-utils, zenity
|
||||
Section: games
|
||||
Priority: extra
|
||||
Homepage: http://www.open-ra.org/
|
||||
Homepage: http://www.openra.net/
|
||||
Description: A multiplayer re-envisioning of early RTS games by Westwood Studios
|
||||
.
|
||||
OpenRA is a Libre/Free Real Time Strategy game engine supporting early
|
||||
@@ -15,4 +15,4 @@ Description: A multiplayer re-envisioning of early RTS games by Westwood Studios
|
||||
natively supports user-created maps and mods.
|
||||
Support can be obtained from our IRC channel (#openra on irc.freenode.net),
|
||||
our forum (http://www.sleipnirstuff.com/forum/viewforum.php?f=80), and our
|
||||
bug tracker (http://bugs.open-ra.org).
|
||||
bug tracker (http://bugs.openra.net).
|
||||
|
||||
@@ -4,7 +4,7 @@ pkgver={VERSION}
|
||||
pkgrel=1
|
||||
pkgdesc="Open Source rebuild of the Red Alert game engine using Mono/OpenGL."
|
||||
arch=('any')
|
||||
url="http://open-ra.org"
|
||||
url="http://openra.net"
|
||||
license=('GPL3')
|
||||
groups=()
|
||||
depends=('mono' 'openal' 'mesa' 'freetype2' 'glibc' 'alsa-lib' 'xdg-utils' 'zenity')
|
||||
|
||||
@@ -9,7 +9,7 @@ Version: %{version}
|
||||
Release: 1
|
||||
Summary: Open Source rebuild of the Red Alert game engine using Mono/OpenGL.
|
||||
License: GPL-3.0
|
||||
Url: http://open-ra.org
|
||||
Url: http://openra.net
|
||||
Group: Amusements/Games
|
||||
Packager: Matthias Mailänder <matthias@mailaender.name>
|
||||
Requires: mono-core
|
||||
|
||||
@@ -169,10 +169,10 @@ Section "-Uninstaller"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "InstallLocation" "$INSTDIR"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "DisplayIcon" "$INSTDIR\OpenRA.ico"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "Publisher" "OpenRA developers"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "URLInfoAbout" "http://open-ra.org"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "URLInfoAbout" "http://openra.net"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "NoModify" "1"
|
||||
WriteRegStr HKLM "Software\Microsoft\Windows\CurrentVersion\Uninstall\OpenRA" "NoRepair" "1"
|
||||
|
||||
|
||||
!insertmacro MUI_STARTMENU_WRITE_BEGIN Application
|
||||
CreateShortCut "$SMPROGRAMS\$StartMenuFolder\Uninstall.lnk" "$INSTDIR\uninstaller.exe" "" \
|
||||
"" "" "" "" "Uninstall OpenRA"
|
||||
|
||||
Reference in New Issue
Block a user