From 23c0c21922ea16839b474f83d06eed30c06f8e5c Mon Sep 17 00:00:00 2001 From: beaglejoe Date: Sat, 14 Jun 2014 01:57:28 +0000 Subject: [PATCH] missing end quote git-svn-id: https://svn.code.sf.net/p/speed-dreams/code/trunk@5769 30fe4595-0a0c-4342-8851-515496e4dcbd Former-commit-id: e050a8b7e3d83c197a681cd94fb41379530d189c Former-commit-id: da211a3cb9c284b2898f8c20190c86a1dc1a15a8 --- packaging/windows/speed-dreams.nsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packaging/windows/speed-dreams.nsh b/packaging/windows/speed-dreams.nsh index a2b409c54..df3e610ab 100644 --- a/packaging/windows/speed-dreams.nsh +++ b/packaging/windows/speed-dreams.nsh @@ -50,7 +50,7 @@ !define GAME_LONG_NAME "${GAME_SHORT_NAME} ${GAME_LONG_VERSION}" !define GAME_PUBLISHER "the Speed Dreams Team" !define GAME_WEB_SITE "http://www.speed-dreams.org" -!define GAME_BUG_TRACKER "http://sourceforge.net/p/speed-dreams/tickets/ +!define GAME_BUG_TRACKER "http://sourceforge.net/p/speed-dreams/tickets/" !define GAME_DOWNLOAD_URL "http://sourceforge.net/projects/speed-dreams/files/${VER_MAJOR}.${VER_MINOR}.${VER_PATCH}" !define COMMUNITY_WEB_SITE "http://community.speed-dreams.org"